4 |
|
#include <cppunit/extensions/HelperMacros.h> |
5 |
|
#include "math/Vector.hpp" |
6 |
|
|
7 |
< |
using namespace oopse; |
7 |
> |
using namespace OpenMD; |
8 |
|
|
9 |
|
typedef Vector<double, 4> Vec4; |
10 |
|
|
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 |
|
|
24 |
|
void testArithmetic(); |
25 |
|
void testOperators(); |
26 |
|
void testAccessEntries(); |
27 |
+ |
void testOtherMemberFunctions(); |
28 |
|
void testOtherTemplateFunctions(); |
29 |
|
|
30 |
|
private: |