Searched refs:testProgramInfo (Results 1 – 2 of 2) sorted by relevance
349 const testing::UnitTest &testProgramInfo = *testing::UnitTest::GetInstance(); in FilterTests() local350 for (int suiteIndex = 0; suiteIndex < testProgramInfo.total_test_suite_count(); ++suiteIndex) in FilterTests()352 const testing::TestSuite &testSuite = *testProgramInfo.GetTestSuite(suiteIndex); in FilterTests()949 void OnTestProgramEnd(const testing::UnitTest &testProgramInfo) override in OnTestProgramEnd() argument
2993 final String testProgramInfo = "Test"; in createBroadcastSubgroup() local3005 .setProgramInfo(testProgramInfo) in createBroadcastSubgroup()