Home | History | Annotate | Download | only in test

Lines Matching refs:SetUp

331   virtual void SetUp() {
332 ADD_FAILURE() << "Expected failure #2, in SetUp().";
356 virtual void SetUp() {
357 ADD_FAILURE() << "UNEXPECTED failure in SetUp(). "
379 // Tests non-fatal failures in SetUp().
386 virtual void SetUp() {
388 ADD_FAILURE() << "Expected failure #1, in SetUp().";
404 // Tests fatal failures in SetUp().
411 virtual void SetUp() {
413 FAIL() << "Expected failure #1, in SetUp().";
427 << "We should never get here, as SetUp() failed.";
455 virtual void SetUp() {
456 FAIL() << "UNEXPECTED failure in SetUp(). "
476 // Tests exceptions thrown in SetUp().
483 virtual void SetUp() {
500 << "We should never get here, as SetUp() threw.";
597 virtual void SetUp() {
1066 virtual void SetUp() {
1067 printf("%s", "FooEnvironment::SetUp() called.\n");
1078 virtual void SetUp() {
1079 SetUp() called.\n");