Home | History | Annotate | Download | only in src

Lines Matching defs:GetTestTypeId

559 // from user test code.  GetTestTypeId() is guaranteed to always
562 TypeId GetTestTypeId() {
566 // The value of GetTestTypeId() as seen from within the Google Test
567 // library. This is solely for testing GetTestTypeId().
568 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1980 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1982 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();