[Cppunit-devel] Question
Brought to you by:
blep
From: Nikiforov, A. <And...@AC...> - 2002-05-02 15:27:43
|
Hi everybody, I tried for the first time to use Cpptest framework ver 1.8.0. 1. The application like HostApp was created. 2. No compilation errors. 3.When I tried to "Browse" I have exception. I found that if I do not register a fixture the Tree is OK (you can see the test case root) and there is no exception. CPPUNIT_TEST_SUITE( MasterTestCase ); // CPPUNIT_TEST( example ); CPPUNIT_TEST_SUITE_END(); What did I do wrong? Thank you in advance, Andrei Nikiforov |