44 namespace tfc {
namespace Fixtures {
53 BOOST_TEST_MESSAGE(
"Fixture setup");
57 BOOST_TEST_MESSAGE(
"Fixture teardown");
72 BOOST_CHECK( get1 == get2 );
78 BOOST_CHECK_EQUAL( c, post );
83 BOOST_CHECK_EQUAL(get1.tipus(),
GET);
84 BOOST_CHECK_EQUAL(get1.versio(),
HTTP_1_1);
85 BOOST_CHECK_EQUAL(get1.ruta(),
Uri(
"/"));
90 cerr <<
"Mostra d'impressió de peticions HTTP:" << endl;
92 get3.afegeix_capsalera(
"Host",
"www.example.com");
114 BOOST_AUTO_TEST_SUITE_END()