Searched refs:CHECK_ARRAY_CLOSE (Results 1 – 5 of 5) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestCheckMacros.cpp | 217 CHECK_ARRAY_CLOSE (data, data, 4, 0.01f); in TEST() 234 CHECK_ARRAY_CLOSE (data1, data2, 4, 0.01f); in TEST() 251 CHECK_ARRAY_CLOSE (data1, data2, 4, 0.01f); in TEST() 269 CHECK_ARRAY_CLOSE (data1, data2, 4, 0.01f); line = __LINE__; in TEST() 287 CHECK_ARRAY_CLOSE (data1, data2, 4, 0.01f); in TEST() 377 CHECK_ARRAY_CLOSE (data, FunctionWithSideEffects2(), 4, 0.01f); in TEST() 390 CHECK_ARRAY_CLOSE (data, FunctionWithSideEffects2(), 4, 0.01f); in TEST()
|
| H A D | TestUnitTestPP.cpp | 44 CHECK_ARRAY_CLOSE(a1, a2, 3, 0.1f); in TEST()
|
| H A D | TestExceptions.cpp | 290 CHECK_ARRAY_CLOSE(data, ThrowingObject(), 4, 0.01f); line = __LINE__; in SUITE() 298 CHECK_ARRAY_CLOSE(data, StdThrowingObject(), 4, 0.01f); line = __LINE__; in SUITE()
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | CheckMacros.h | 29 #ifdef CHECK_ARRAY_CLOSE 30 #error UnitTest++ redefines CHECK_ARRAY_CLOSE 118 #define CHECK_ARRAY_CLOSE(expected, actual, count, tolerance) \ macro
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | README.md | 105 - Removed CHECK_ARRAY_EQUAL (too similar to CHECK_ARRAY_CLOSE)
|