Home
last modified time | relevance | path

Searched refs:CHECK_ARRAY_CLOSE (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestCheckMacros.cpp217 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 DTestUnitTestPP.cpp44 CHECK_ARRAY_CLOSE(a1, a2, 3, 0.1f); in TEST()
H A DTestExceptions.cpp290 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 DCheckMacros.h29 #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 DREADME.md105 - Removed CHECK_ARRAY_EQUAL (too similar to CHECK_ARRAY_CLOSE)