Home | History | Annotate | Download | only in googletest

Lines Matching defs:SetUp

1909 void Test::SetUp() {
2157 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");
2158 // We will run the test only if SetUp() was successful.
2166 // always call TearDown(), even if SetUp() or the test body has
4101 static void SetUpEnvironment(Environment* env) { env->SetUp(); }