| # | Line 22 | Line 22 | class Vector3TestCase : public CPPUNIT_NS::TestFixture | |
|---|---|---|
| 22 | void testOperators(); | |
| 23 | void testAccessEntries(); | |
| 24 | void testOtherTemplateFunctions(); | |
| 25 | + | private: |
| 26 | + | Vector3d zero; |
| 27 | + | Vector3d one; |
| 28 | + | Vector3d two; |
| 29 | + | Vector3d v1; |
| 30 | + | Vector3d v2; |
| 31 | + | Vector3d v3; |
| 32 | }; | |
| 33 | ||
| 34 | #endif //TEST_VECTO3RTESTCASE_HPP | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |