Home | History | Annotate | Download | only in src

Lines Matching refs:GetTestTypeId

589 // from user test code.  GetTestTypeId() is guaranteed to always
592 TypeId GetTestTypeId() {
596 // The value of GetTestTypeId() as seen from within the Google Test
597 // library. This is solely for testing GetTestTypeId().
598 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1873 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1875 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();