Searched refs:testDesc (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | PerfettoPullerMetricCollectorTest.java | 82 TestDescription testDesc = new TestDescription("xyz", "abc"); in testNoProcessingFlow() local 83 mPerfettoMetricCollector.testStarted(testDesc); in testNoProcessingFlow() 84 mPerfettoMetricCollector.testEnded(testDesc, currentMetrics); in testNoProcessingFlow() 102 TestDescription testDesc = new TestDescription("xyz", "abc"); in testProcessingFlow() local 110 mPerfettoMetricCollector.testStarted(testDesc); in testProcessingFlow() 111 mPerfettoMetricCollector.testEnded(testDesc, currentMetrics); in testProcessingFlow() 137 TestDescription testDesc = new TestDescription("xyz", "abc"); in testCompressedProcessingFlow() local 145 mPerfettoMetricCollector.testStarted(testDesc); in testCompressedProcessingFlow() 146 mPerfettoMetricCollector.testEnded(testDesc, currentMetrics); in testCompressedProcessingFlow() 173 TestDescription testDesc = new TestDescription("xyz", "abc"); in testScriptFailureStatus() local [all …]
|
D | FilePullerDeviceMetricCollectorTest.java | 162 TestDescription testDesc = new TestDescription("xyz", "abc"); in testMetricFileProcessingFlow() local 165 mFilePuller.testStarted(testDesc); in testMetricFileProcessingFlow() 166 mFilePuller.testEnded(testDesc, currentMetrics); in testMetricFileProcessingFlow()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstalledInstrumentationsTestTest.java | 107 TestDescription testDesc = new TestDescription("com.example.tests.class", "testMethod"); in testRun_retry() local 108 result.testStarted(testDesc); in testRun_retry() 109 result.testFailed(testDesc, "failed"); in testRun_retry() 110 result.testEnded(testDesc, new HashMap<String, Metric>()); in testRun_retry() 124 assertTrue(mockInstrumentationTest.getIncludeFilters().contains(testDesc.toString())); in testRun_retry()
|
/tools/tradefederation/contrib/src/com/android/uicd/tests/ |
D | UiConductorTest.java | 194 TestDescription testDesc = in runTest() local 196 listener.testStarted(testDesc, System.currentTimeMillis()); in runTest() 221 listener.testFailed(testDesc, errors.get(0)); in runTest() 222 CLog.i("Test %s failed due to following errors: \n", testDesc.getTestName()); in runTest() 235 listener.testEnded(testDesc, System.currentTimeMillis(), new HashMap<String, String>()); in runTest()
|