Home
last modified time | relevance | path

Searched refs:GetMutableTestInfo (Results 1 – 2 of 2) sorted by relevance

/src/contrib/googletest/googletest/src/
H A Dgtest.cc3005 TestInfo* TestSuite::GetMutableTestInfo(int i) { in GetMutableTestInfo() function in testing::TestSuite
3062 GetMutableTestInfo(i)->Skip(); in Run()
3064 GetMutableTestInfo(i)->Run(); in Run()
3067 GetMutableTestInfo(i)->result()->Failed()) { in Run()
3069 GetMutableTestInfo(j)->Skip(); in Run()
3106 GetMutableTestInfo(i)->Skip(); in Skip()
/src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h767 TestInfo* GetMutableTestInfo(int i);