Home | History | Annotate | Download | only in test

Lines Matching refs:SetUp

361   virtual void SetUp() {
362 ADD_FAILURE() << "Expected failure #2, in SetUp().";
386 virtual void SetUp() {
387 ADD_FAILURE() << "UNEXPECTED failure in SetUp(). "
410 // Tests non-fatal failures in SetUp().
417 virtual void SetUp() {
419 ADD_FAILURE() << "Expected failure #1, in SetUp().";
435 // Tests fatal failures in SetUp().
442 virtual void SetUp() {
444 FAIL() << "Expected failure #1, in SetUp().";
458 << "We should never get here, as SetUp() failed.";
501 virtual void SetUp() {
997 virtual void SetUp() {
998 printf("%s", "FooEnvironment::SetUp() called.\n");
1009 virtual void SetUp() {
1010 printf("%s", "BarEnvironment::SetUp() called.\n");