Home
last modified time | relevance | path

Searched defs:testOutput (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DKeyguardControllerStateTest.java33 List<String> testOutput = new ArrayList<String>(); in testCreate_invalidOutput() local
46 List<String> testOutput = new ArrayList<String>(); in testCreate() local
/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
DKeyguardStatusCheckerTest.java88 List<String> testOutput = new ArrayList<String>(); in createKeyguardState() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java579 String testOutput = "TEST_RUN_STARTED {\"testCount\": 5, \"runName\": \"TestSuite\"}"; in testRun_useTestOutputFileOptionSet_logsTestOutput() local
582 newCommandResult(CommandStatus.SUCCESS, "NOT TEST OUTPUT"), testOutput); in testRun_useTestOutputFileOptionSet_logsTestOutput() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java347 String testOutput = new String(mFakeReceiver.getReceivedOutput(), StandardCharsets.UTF_8); in testTestFailureHandledCorrectly() local
393 String testOutput = new String(mFakeReceiver.getReceivedOutput(), StandardCharsets.UTF_8); in testBothStdoutAndStderrCollected() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java338 String testOutput = result.getStderr(); in runSinglePythonFile() local