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

/gem5/ext/googletest/googletest/test/
H A Dgtest_catch_exceptions_test_.cc160 class CxxExceptionInSetUpTestCaseTest : public Test { class in inherits:Test
162 CxxExceptionInSetUpTestCaseTest() { function in class:CxxExceptionInSetUpTestCaseTest
164 "CxxExceptionInSetUpTestCaseTest constructor "
174 "CxxExceptionInSetUpTestCaseTest::TearDownTestCase() "
179 ~CxxExceptionInSetUpTestCaseTest() {
181 "CxxExceptionInSetUpTestCaseTest destructor "
187 "CxxExceptionInSetUpTestCaseTest::SetUp() "
193 "CxxExceptionInSetUpTestCaseTest::TearDown() "
198 TEST_F(CxxExceptionInSetUpTestCaseTest, ThrowsExceptionInSetUpTestCase) {
200 "CxxExceptionInSetUpTestCaseTest tes
[all...]

Completed in 4 milliseconds