Home | History | Annotate | Download | only in gtest

Lines Matching defs:Setup

338 //     virtual void SetUp() { ... }
396 // SetUp/TearDown method of Environment objects registered with Google
406 virtual void SetUp();
434 // Often a user mis-spells SetUp() as Setup() and spends a long time
440 // will be a conflict if a user declares void Setup() in his test
449 // about it being private, you have mis-spelled SetUp() as Setup().
451 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
931 // methods SetUp() and TearDown() instead of the constructor and the
946 virtual void SetUp() {}
952 // about it being private, you have mis-spelled SetUp() as Setup().
954 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
1794 // virtual void SetUp() {
2265 // virtual void SetUp() { b_.AddElement(3); }