Searched defs:TestInfo (Results 1 – 3 of 3) sorted by relevance
24 public final class TestInfo { class30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo() method in TestInfo
138 public static final class TestInfo { class in IntentDrivenTestActivity144 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) { in TestInfo() method in IntentDrivenTestActivity.TestInfo
128 virtual void OnTestEnd(const testing::TestInfo&) override { in OnTestEnd()