Searched refs:testOutput (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | KeyguardControllerStateTest.java | 33 List<String> testOutput = new ArrayList<String>(); in testCreate_invalidOutput() local 34 testOutput.add("mSleepTimeout=false"); in testCreate_invalidOutput() 35 testOutput.add(" mCurTaskIdForUser={0=2}"); in testCreate_invalidOutput() 36 testOutput.add(" mUserStackInFront={}"); in testCreate_invalidOutput() 37 KeyguardControllerState state = KeyguardControllerState.create(testOutput); in testCreate_invalidOutput() 46 List<String> testOutput = new ArrayList<String>(); in testCreate() local 47 testOutput.add("KeyguardController:"); in testCreate() 48 testOutput.add(" mKeyguardShowing=true"); in testCreate() 49 testOutput.add(" mKeyguardGoingAway=false"); in testCreate() 50 testOutput.add(" mOccluded=false"); in testCreate() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/suite/checker/ |
D | KeyguardStatusCheckerTest.java | 88 List<String> testOutput = new ArrayList<String>(); in createKeyguardState() local 89 testOutput.add("KeyguardController:"); in createKeyguardState() 90 testOutput.add(String.format(" mKeyguardShowing=%s", showing)); in createKeyguardState() 91 testOutput.add(" mKeyguardGoingAway=false"); in createKeyguardState() 92 testOutput.add(String.format(" mOccluded=%s", occluded)); in createKeyguardState() 93 return KeyguardControllerState.create(testOutput); in createKeyguardState()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | HostGTestTest.java | 347 String testOutput = new String(mFakeReceiver.getReceivedOutput(), StandardCharsets.UTF_8); in testTestFailureHandledCorrectly() local 348 assertEquals("TEST FAILED\n", testOutput); in testTestFailureHandledCorrectly() 368 String testOutput = new String(mFakeReceiver.getReceivedOutput(), StandardCharsets.UTF_8); in testBothStdoutAndStderrCollected() local 369 assertEquals(expected, testOutput); in testBothStdoutAndStderrCollected()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 365 String testOutput = FileUtil.readStringFromFile(testOutputFile); in runSinglePythonFile() local 366 pythonParser.processNewLines(testOutput.split("\n")); in runSinglePythonFile()
|
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/ |
D | BazelTest.java | 734 testOutput -> { in uploadTestModuleOutputs() 736 new FileInputStreamSource(testOutput.toFile())) { in uploadTestModuleOutputs() 738 module + "-" + testOutput.getFileName().toString(), in uploadTestModuleOutputs()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTestTest.java | 714 String testOutput = "TEST_RUN_STARTED {\"testCount\": 5, \"runName\": \"TestSuite\"}"; in testRun_useTestOutputFileOptionSet_logsTestOutput() local 717 newCommandResult(CommandStatus.SUCCESS, "NOT TEST OUTPUT"), testOutput); in testRun_useTestOutputFileOptionSet_logsTestOutput() local
|