Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DReportAssert.h8 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber);
H A DMakefile.am3 …slator.h Checks.h TimeHelpers.h Posix/TimeHelpers.h ExceptionMacros.h ReportAssert.h ReportAssertI…
4 …estRunner.cpp TestResults.cpp TestReporter.cpp TestReporterStdout.cpp ReportAssert.cpp TestList.cp…
H A DReportAssert.cpp23 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber) in ReportAssert() function
/TaskScheduler/Scheduler/Include/
H A DMTDebug.h30 #define MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#c…
H A DMTAppInterop.h88 …MT_NORETURN static void ReportAssert(const char* condition, const char* description, const char* s…
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestUnitTestPP.cpp57 CHECK_ASSERT(UnitTest::ReportAssert("desc", "file", 0)); in TEST()
H A DTestAssertHandler.cpp108 CHECK_ASSERT(ReportAssert("", "", 0)); in TEST()
H A DTestTestMacros.cpp171 UnitTest::ReportAssert("assert failure", "file", FailingLine); in FixtureCtorAsserts()
H A DTestTestRunner.cpp32 ReportAssert("desc", "file", 0); in RunImpl()
/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp178 …void Diagnostic::ReportAssert(const char* condition, const char* description, const char* sourceFi… in ReportAssert() function in MT::Diagnostic