Home | History | Annotate | Download | only in src

Lines Matching defs:GetTestTypeId

595 // from user test code.  GetTestTypeId() is guaranteed to always
598 TypeId GetTestTypeId() {
602 // The value of GetTestTypeId() as seen from within the Google Test
603 // library. This is solely for testing GetTestTypeId().
604 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1961 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId();
1963 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId();