Home | History | Annotate | Download | only in src

Lines Matching refs:GetTestTypeId

591 // from user test code.  GetTestTypeId() is guaranteed to always
594 TypeId GetTestTypeId() {
598 // The value of GetTestTypeId() as seen from within the Google Test
599 // library. This is solely for testing GetTestTypeId().
600 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1967 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();