Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestExceptions.cpp20 int ThrowingStdExceptionFunction() in ThrowingStdExceptionFunction() function
44 CHECK(ThrowingStdExceptionFunction() == 1); in SUITE()
104 CHECK_EQUAL(ThrowingStdExceptionFunction(), 123); line = __LINE__; in SUITE()
190 … CHECK_CLOSE(static_cast<float>(ThrowingStdExceptionFunction()), 1.0001f, 0.1f); line = __LINE__; in SUITE()