Searched refs:TestResult (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc119 const TestResult* const result = info->result();
145 const TestResult* const result = info->result();
148 // We have no access to the TestResult's list of properties but we can
H A Dgtest_unittest.cc234 using testing::TestResult;
1331 // Tests the TestResult class
1333 // The test fixture for testing TestResult.
1341 // ... and 3 TestResult objects.
1342 TestResult * r0, * r1, * r2;
1357 // Creates the TestResult objects.
1358 r0 = new TestResult();
1359 r1 = new TestResult();
1360 r2 = new TestResult();
1362 // In order to test TestResult, w
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h592 // Returns the TestResult for the test that's currently running, or
593 // the TestResult for the ad hoc test if no test is running.
594 TestResult* current_test_result();
596 // Returns the TestResult for the ad hoc test.
597 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
711 // Adds a TestProperty to the current TestResult object when invoked in a
880 TestResult ad_hoc_test_result_;
1008 // TestResult contains some private methods that should be hidden from
1016 static void RecordProperty(TestResult* test_result,
1022 static void ClearTestPartResults(TestResult* test_resul
[all...]
H A Dgtest.cc2014 // class TestResult
2016 // Creates an empty TestResult.
2017 TestResult::TestResult() function in class:testing::TestResult
2023 TestResult::~TestResult() {
2029 const TestPartResult& TestResult::GetTestPartResult(int i) const {
2038 const TestProperty& TestResult::GetTestProperty(int i) const {
2045 void TestResult::ClearTestPartResults() {
2050 void TestResult
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h522 // TestResult is not copyable.
523 class GTEST_API_ TestResult { class in namespace:testing
525 // Creates an empty TestResult.
526 TestResult();
528 // D'tor. Do not inherit from TestResult.
529 ~TestResult();
629 // We disallow copying TestResult.
630 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
631 }; // class TestResult
705 const TestResult* resul
[all...]
/gem5/ext/testlib/
H A Dlog.py93 class TestResult(ResultRecord): class in inherits:ResultRecord
172 wrappers.LoadedTest.__name__: TestResult,
H A Dhandlers.py116 log.TestResult.type_id: self.handle_test_result,
202 log.TestResult.type_id: self.handle_testresult,
266 log.TestResult.type_id: self.handle_testresult,
/gem5/tests/testing/
H A Dtests.py44 from results import TestResult
225 return TestResult(self.test_name,
H A Dresults.py107 class TestResult(object): class in inherits:object
/gem5/ext/googletest/googlemock/test/
H A Dgmock_stress_test.cc304 const TestResult& result = *info->result();

Completed in 48 milliseconds