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

/gem5/ext/googletest/googletest/test/
H A Dgtest_catch_exceptions_test_.cc213 class CxxExceptionInSetUpTest : public Test { class in inherits:Test
217 "CxxExceptionInSetUpTest::TearDownTestCase() "
222 ~CxxExceptionInSetUpTest() {
224 "CxxExceptionInSetUpTest destructor "
232 "CxxExceptionInSetUpTest::TearDown() "
237 TEST_F(CxxExceptionInSetUpTest, ThrowsExceptionInSetUp) {
238 ADD_FAILURE() << "CxxExceptionInSetUpTest test body "

Completed in 5 milliseconds