Searched refs:ReportAssert (Results 1 – 10 of 10) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | ReportAssert.h | 8 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber);
|
| H A D | Makefile.am | 3 …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 D | ReportAssert.cpp | 23 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber) in ReportAssert() function
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTDebug.h | 30 #define MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#c…
|
| H A D | MTAppInterop.h | 88 …MT_NORETURN static void ReportAssert(const char* condition, const char* description, const char* s…
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestUnitTestPP.cpp | 57 CHECK_ASSERT(UnitTest::ReportAssert("desc", "file", 0)); in TEST()
|
| H A D | TestAssertHandler.cpp | 108 CHECK_ASSERT(ReportAssert("", "", 0)); in TEST()
|
| H A D | TestTestMacros.cpp | 171 UnitTest::ReportAssert("assert failure", "file", FailingLine); in FixtureCtorAsserts()
|
| H A D | TestTestRunner.cpp | 32 ReportAssert("desc", "file", 0); in RunImpl()
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTDefaultAppInterop.cpp | 178 …void Diagnostic::ReportAssert(const char* condition, const char* description, const char* sourceFi… in ReportAssert() function in MT::Diagnostic
|