Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestDeferredTestReporter.cpp52 CHECK_EQUAL(1, (int)reporter.GetResults().size()); in TEST_FIXTURE()
59 DeferredTestResult const& result = reporter.GetResults().at(0); in TEST_FIXTURE()
70 DeferredTestResult const& result = reporter.GetResults().at(0); in TEST_FIXTURE()
81 DeferredTestResult const& result = reporter.GetResults().at(0); in TEST_FIXTURE()
95 DeferredTestResult const& result = reporter.GetResults().at(0); in TEST_FIXTURE()
115 DeferredTestResult const& result = reporter.GetResults().at(0); in TEST_FIXTURE()
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DDeferredTestReporter.h26 DeferredTestResultList& GetResults();
H A DDeferredTestReporter.cpp28 DeferredTestReporter::DeferredTestResultList& DeferredTestReporter::GetResults() in GetResults() function in DeferredTestReporter
H A DXmlTestReporter.cpp58 DeferredTestResultList const& results = GetResults(); in ReportSummary()