#include "CppUTest/TestHarness.h" #include "CppUTest/TestRegistry.h" #include "CppUTest/TestOutput.h" #include "CppUTest/TestTestingFixture.h" #include "Vec.h" #define TESTSIZE 4 TEST_GROUP(Vector) { void setup() { } void teardown() { } }; TEST(Vector, set) { Vec a ; Vec b ; for (int x = 0; x a ; for (int x = 0; x b = a; for (int x = 0; x a ; for (int x = 0; x