Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/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/javatests/com/android/tradefed/suite/checker/
DKeyguardStatusCheckerTest.java88 List<String> testOutput = new ArrayList<String>(); in createKeyguardState() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java888 String testOutput = "TEST_RUN_STARTED {\"testCount\": 5, \"runName\": \"TestSuite\"}"; in testRun_useTestOutputFileOptionSet_logsTestOutput() local
891 newCommandResult(CommandStatus.SUCCESS, "NOT TEST OUTPUT"), testOutput); in testRun_useTestOutputFileOptionSet_logsTestOutput() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostGTestTest.java347 String testOutput = new String(mFakeReceiver.getReceivedOutput(), StandardCharsets.UTF_8); in testTestFailureHandledCorrectly() local
368 String testOutput = new String(mFakeReceiver.getReceivedOutput(), StandardCharsets.UTF_8); in testBothStdoutAndStderrCollected() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java424 String testOutput = FileUtil.readStringFromFile(testOutputFile); in runSinglePythonFile() local