Googletest export
comment change PiperOrigin-RevId: 251231524
This commit is contained in:
parent
8ffb7e5c88
commit
08a68b6fb7
|
@ -414,7 +414,7 @@ class GTEST_API_ Test {
|
||||||
// class.
|
// class.
|
||||||
static void SetUpTestSuite() {}
|
static void SetUpTestSuite() {}
|
||||||
|
|
||||||
// Tears down the stuff shared by all tests in this test case.
|
// Tears down the stuff shared by all tests in this test suite.
|
||||||
//
|
//
|
||||||
// Google Test will call Foo::TearDownTestSuite() after running the last
|
// Google Test will call Foo::TearDownTestSuite() after running the last
|
||||||
// test in test case Foo. Hence a sub-class can define its own
|
// test in test case Foo. Hence a sub-class can define its own
|
||||||
|
|
Loading…
Reference in New Issue
Block a user