documentation correction and tests in PIMathVector.h

This commit is contained in:
2020-10-01 17:07:01 +03:00
parent e16243d64b
commit 49905a3de0
4 changed files with 202 additions and 199 deletions

View File

@@ -14,7 +14,7 @@ bool cmpVectorWithValue(PIMathVectorT<SIZE, double> vector, double val, int num)
return b;
}
TEST(PIMathVectorT_Test, SIZE) {
TEST(PIMathVectorT_Test, size) {
PIMathVectorT<SIZE, double> vector;
ASSERT_TRUE(vector.size() == SIZE);
}