Searched defs:testRun (Results 1 – 8 of 8) sorted by relevance
33 public final TestRunEntity testRun; field in TestRunMetadata47 public TestRunMetadata(String testName, TestRunEntity testRun, List<DeviceInfoEntity> devices) { in TestRunMetadata()61 public TestRunMetadata(String testName, TestRunEntity testRun) { in TestRunMetadata()
112 public void addTestRun(Entity testRun, Iterable<Entity> testCaseRuns) { in addTestRun()254 TestRunEntity testRun = testRuns.get(col); in processReport() local
69 TestRunEntity testRun, List<DeviceInfoEntity> devices, String link) { in getEmailFooter()
93 def testRun(self): member in AudioLoopbackTest
74 TestRunEntity testRun = ofy().load().type(TestRunEntity.class).ancestor(testKey) in getLatestTestRunDetails() local
66 public static void processTestRun(TestResults testResults, Entity testRun) { in processTestRun()
104 Entity testRun; in getTestCoverageStatus() local
160 TestRunEntity testRun = TestRunEntity.fromEntity(testRunEntity); in getTestRuns() local