Home | History | Annotate | Download | only in src

Lines Matching refs:this_is_TEST

3463     const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();
3465 if (first_is_TEST || this_is_TEST) {
3470 // that first_is_TEST and this_is_TEST cannot both be true, as