Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java100 private static class UiConductorTestCase { class in UiConductorTest
106 private UiConductorTestCase(String id, String key, File file) { in UiConductorTestCase() method in UiConductorTest.UiConductorTestCase
216 List<UiConductorTestCase> testCases = new ArrayList<>(); in run()
236 for (UiConductorTestCase testCase : testCases) { in run()
265 private boolean shouldRunTestCase(UiConductorTestCase testCase) { in shouldRunTestCase()
276 UiConductorTestCase testCase, in runTestCase()
312 ITestInvocationListener listener, UiConductorTestCase testCase, File resultFile) { in verifyTestResultFile()
385 private List<UiConductorTestCase> getTestCases(String key, File file) { in getTestCases()
401 return new UiConductorTestCase(id, key, filePath.toFile()); in getTestCases()
410 return List.of(new UiConductorTestCase(file.getName(), key, file)); in getTestCases()
[all …]