Home | History | Annotate | Download | only in gtest

Lines Matching refs:this_is_TEST

1747     const bool this_is_TEST = this_fixture_id == internal::GetTypeId<Test>();
1749 if (first_is_TEST || this_is_TEST) {
1754 // that first_is_TEST and this_is_TEST cannot both be true, as