Home | History | Annotate | Download | only in include

Lines Matching defs:SetUp

10514           // test case setup and tear-down in this case.
16394 // virtual void SetUp() {
16441 // virtual void SetUp() {
17372 // virtual void SetUp() { ... }
17439 virtual void SetUp();
17467 // Often a user mis-spells SetUp() as Setup() and spends a long time
17473 // will be a conflict if a user declares void Setup() in his test
17482 // about it being private, you have mis-spelled SetUp() as Setup().
17484 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
17926 // methods SetUp() and TearDown() instead of the constructor and the
17941 virtual void SetUp() {}
17947 // about it being private, you have mis-spelled SetUp() as Setup().
17949 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
18678 // virtual void SetUp() {
19507 // virtual void SetUp() { b_.AddElement(3); }