Searched refs:GetResults (Results 1 – 4 of 4) sorted by relevance
52 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()
26 DeferredTestResultList& GetResults();
28 DeferredTestReporter::DeferredTestResultList& DeferredTestReporter::GetResults() in GetResults() function in DeferredTestReporter
58 DeferredTestResultList const& results = GetResults(); in ReportSummary()