Improved documentation.
[libsex.git] / tests / TestMacroCreate.cxx
blob5753a5fafa5cb29ecbe5edf4836498f0091297b6
1 #include <tests/TestMacroCreate.hxx>
2 #include <tests/AutoCreatedException.hxx>
4 void TestMacroCreate::testInstantiation()
6 ERR_INST(AutoCreatedException, e, "foo", 42);
7 CPPUNIT_ASSERT_EQUAL(
8 std::string("TestMacroCreate.cxx:6: foo is 42"),
9 std::string(e.what()));