Home | History | Annotate | Download | only in test

Lines Matching defs:SetUp

345   virtual void SetUp() {
346 ADD_FAILURE() << "Expected failure #2, in SetUp().";
370 virtual void SetUp() {
371 ADD_FAILURE() << "UNEXPECTED failure in SetUp(). "
393 // Tests non-fatal failures in SetUp().
400 virtual void SetUp() {
402 ADD_FAILURE() << "Expected failure #1, in SetUp().";
418 // Tests fatal failures in SetUp().
425 virtual void SetUp() {
427 FAIL() << "Expected failure #1, in SetUp().";
441 << "We should never get here, as SetUp() failed.";
484 virtual void SetUp() {
953 virtual void SetUp() {
954 printf("%s", "FooEnvironment::SetUp() called.\n");
965 virtual void SetUp() {
966 printf("%s", "BarEnvironment::SetUp() called.\n");