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
133 public static class TestInfo { class in IntentDrivenTestActivity139 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()