| # | Line 13 | Line 13 | class VectorTestCase : public CPPUNIT_NS::TestFixture | |
|---|---|---|
| 13 | CPPUNIT_TEST(testConstructors); | |
| 14 | CPPUNIT_TEST(testArithmetic); | |
| 15 | CPPUNIT_TEST(testAccessEntries); | |
| 16 | + | CPPUNIT_TEST(testOtherMemberFunctions); |
| 17 | CPPUNIT_TEST(testOtherTemplateFunctions); | |
| 18 | CPPUNIT_TEST_SUITE_END(); | |
| 19 | ||
| # | Line 23 | Line 24 | class VectorTestCase : public CPPUNIT_NS::TestFixture | |
| 24 | void testArithmetic(); | |
| 25 | void testOperators(); | |
| 26 | void testAccessEntries(); | |
| 27 | + | void testOtherMemberFunctions(); |
| 28 | void testOtherTemplateFunctions(); | |
| 29 | ||
| 30 | private: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |