Home
last modified time | relevance | path

Searched defs:testResult (Results 1 – 24 of 24) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTestTest.java136 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withPythonBinariesOption() local
178 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withParFileNameOption() local
223 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_withStdLogOption() local
251 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_testResultIsMissing() local
274 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldActivateVenvAndCleanUp_whenVenvIsSet() local
320 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_shouldNotActivateVenv_whenVenvIsNotSet() local
347 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileComplete() local
376 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitSuccess_withTestResultFileIncomplete() local
405 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitFailed_withTestResultFileComplete() local
434 File testResult = new File(mSpyTest.getLogDirAbsolutePath(), TEST_RESULT_FILE_NAME); in testRun_exitFailed_withTestResultFileIncomplete() local
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/
DPassingTestFileReporter.java39 public void testResult(TestDescription test, TestResult result) { in testResult() method in PassingTestFileReporter
DCountingTestResultListener.java29 public void testResult(TestDescription test, TestResult result) { in testResult() method in CountingTestResultListener
DConsoleResultReporter.java89 public void testResult(TestDescription test, TestResult result) { in testResult() method in ConsoleResultReporter
217 static String getTestSummary(String testTag, TestDescription testId, TestResult testResult) { in getTestSummary()
DMetricsXMLResultReporter.java138 KXmlSerializer serializer, TestDescription testId, TestResult testResult) in printTestResults()
DTestResultListener.java38 public abstract void testResult(TestDescription test, TestResult result); in testResult() method in TestResultListener
DJsonHttpTestResultReporter.java224 TestResult testResult = entry.getValue(); in convertMetricsToJson() local
DXmlResultReporter.java170 void print(KXmlSerializer serializer, TestDescription testId, TestResult testResult) in print()
DLUCIResultReporter.java185 TestResult testResult = entry.getValue(); in convertMetricsToJson() local
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DTestRunResultTest.java280 Map<TestDescription, TestResult> testResult = result.getTestResults(); in testMergeRetriedRunResults_fullMergeLogicCheck() local
344 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_checkMergingStackTraces() local
610 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_testCaseStatus() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestResultParser.java586 private String getTestClass(TestResult testResult) { in getTestClass()
605 TestResult testResult = getCurrentTestResult(); in processTestStartedTag() local
633 TestResult testResult = getCurrentTestResult(); in doTestEnded() local
749 TestResult testResult = getCurrentTestResult(); in appendTestOutputLine() local
DHostGTest.java277 CommandResult testResult = in runTest() local
DArtRunTest.java250 CommandResult testResult = in runArtTest() local
/tools/tradefederation/core/src/com/android/tradefed/device/helper/
DTelephonyHelper.java118 TestResult testResult = runResult.getTestResults().get(SIM_TEST); in getSimInfo() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayer.java155 Entry<TestDescription, TestResult> testResult) { in addToReplay()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DPythonUnitTestRunnerTest.java171 private IRunUtil getMockRunUtil(UnitTestResult testResult) { in getMockRunUtil()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java368 private String getTestSummary(TestDescription testId, TestResult testResult) { in getTestSummary()
/tools/metalava/metalava-model-testsuite-cli/src/main/java/com/android/tools/metalava/model/testsuite/cli/
DUpdateBaselineCommand.kt103 private var testResult: TestResult = TestResult.PASSED variable in com.android.tools.metalava.model.testsuite.cli.UpdateBaselineCommand.FailureCollector
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DKTapResultParserTest.java942 String[] testResult = new String[3]; in checkKTap() local
/tools/tradefederation/contrib/src/com/android/regression/tests/
DDetectRegression.java197 String testResult = in logResult() local
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java398 private void handleTestFailure(XmlSerializer serializer, Entry<String, TestResult> testResult) in handleTestFailure()
448 XmlSerializer serializer, Entry<String, TestResult> testResult) in HandleLoggedFiles()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java304 private void addTestResult(TestDescription test, TestResult testResult) { in addTestResult()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java165 String testResult = metric.getValue(); in parseResult() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java907 TestResult testResult = testEntry.getValue(); in printTestResult() local