/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/adb/ |
H A D | AdbDebuggingManagerTestActivity.java | 19 import static com.android.server.adb.AdbDebuggingManagerTest.TestResult; 54 TestResult result = new TestResult(TestResult.RESULT_UNEXPECTED_KEY, key); in onCreate() 62 TestResult result = new TestResult( in onCreate() 63 AdbDebuggingManagerTest.TestResult.RESULT_ACTIVITY_LAUNCHED); in onCreate() 87 private void postResult(TestResult result) { in postResult()
|
H A D | AdbDebuggingManagerTest.java | 90 private BlockingQueue<TestResult> mBlockingQueue; 1055 TestResult activityResult = mBlockingQueue.poll(TIMEOUT, TIMEOUT_TIME_UNIT); in runAdbTest() 1060 TestResult.RESULT_ACTIVITY_LAUNCHED, activityResult.mReturnCode); in runAdbTest() 1065 TestResult threadResult = mBlockingQueue.poll(TIMEOUT, TIMEOUT_TIME_UNIT); in runAdbTest() 1070 TestResult.RESULT_RESPONSE_RECEIVED, threadResult.mReturnCode); in runAdbTest() 1159 TestResult result = new TestResult(TestResult.RESULT_RESPONSE_RECEIVED, msg); in sendResponse() 1174 public static class TestResult { class in AdbDebuggingManagerTest 1182 public TestResult(int returnCode) { in TestResult() method in AdbDebuggingManagerTest.TestResult 1186 public TestResult(int returnCode, String message) { in TestResult() method in AdbDebuggingManagerTest.TestResult
|
/aosp14/frameworks/base/test-runner/src/junit/textui/ |
H A D | TestRunner.java | 8 import junit.framework.TestResult; 75 static public TestResult run(Test test) { in run() 104 protected TestResult createTestResult() { in createTestResult() 105 return new TestResult(); in createTestResult() 108 public TestResult doRun(Test test) { in doRun() 112 public TestResult doRun(Test suite, boolean wait) { in doRun() 113 TestResult result= createTestResult(); in doRun() 138 TestResult r= aTestRunner.start(args); in main() 152 public TestResult start(String args[]) throws Exception { in start() 186 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
|
H A D | ResultPrinter.java | 14 import junit.framework.TestResult; 28 synchronized void print(TestResult result, long runTime) { in print() 48 protected void printErrors(TestResult result) { in printErrors() 52 protected void printFailures(TestResult result) { in printFailures() 82 protected void printFooter(TestResult result) { in printFooter()
|
/aosp14/frameworks/base/test-base/src/junit/framework/ |
H A D | TestCase.java | 106 protected TestResult createResult() { in createResult() 107 return new TestResult(); in createResult() 115 public TestResult run() { in run() 116 TestResult result= createResult(); in run() 123 public void run(TestResult result) { in run()
|
H A D | TestResult.java | 18 public class TestResult extends Object { class 27 public TestResult() { in TestResult() method in TestResult
|
H A D | Test.java | 16 public abstract void run(TestResult result); in run()
|
H A D | TestSuite.java | 234 public void run(TestResult result) { 242 public void runTest(Test test, TestResult result) {
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | AndroidTestRunner.java | 26 import junit.framework.TestResult; 43 private TestResult mTestResult; 157 protected TestResult createTestResult() { in createTestResult() 161 return new TestResult(); in createTestResult() 176 public TestResult getTestResult() { in getTestResult() 184 public void runTest(TestResult testResult) { in runTest()
|
H A D | NoExecTestResult.java | 19 import junit.framework.TestResult; 28 class NoExecTestResult extends TestResult {
|
H A D | InstrumentationTestRunner.java | 47 import junit.framework.TestResult; 667 public synchronized void printResult(TestResult result, long runTime) { in printResult()
|
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
H A D | UnitTestSuiteBuilderTest.java | 26 import junit.framework.TestResult; 61 TestResult result = new TestResult(); in runSuite()
|
H A D | TestSuiteBuilderTest.java | 33 import junit.framework.TestResult; 183 TestResult result = new TestResult();
|
/aosp14/frameworks/base/test-base/src/android/test/ |
H A D | InstrumentationTestSuite.java | 23 import junit.framework.TestResult; 71 public void runTest(Test test, TestResult result) { in runTest()
|
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | UiAutomatorTestRunner.java | 47 import junit.framework.TestResult; 121 TestResult testRunResult = new TestResult(); in start() 233 public void print(TestResult result, long runTime, Bundle testOutput); in print() 349 public void print(TestResult result, long runTime, Bundle testOutput) { in print() 379 public void print(TestResult result, long runTime, Bundle testOutput) { in print()
|
/aosp14/frameworks/base/test-base/api/ |
H A D | current.txt | 152 method public void run(junit.framework.TestResult); 159 method protected junit.framework.TestResult createResult(); 161 method public junit.framework.TestResult run(); 162 method public void run(junit.framework.TestResult); 188 public class TestResult { 189 ctor public TestResult(); 225 method public void run(junit.framework.TestResult); 226 method public void runTest(junit.framework.Test, junit.framework.TestResult);
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
H A D | ReduceBrightColorsAutoAddableTest.kt | 31 import kotlinx.coroutines.test.TestResult 99 body: suspend TestScope.() -> TestResult
|
H A D | NightDisplayAutoAddableTest.kt | 35 import kotlinx.coroutines.test.TestResult 113 body: suspend TestScope.() -> TestResult
|
/aosp14/frameworks/base/test-base/hiddenapi/src/junit/framework/ |
H A D | TestCase.java | 43 public void run(TestResult result) { in run()
|
H A D | TestSuite.java | 55 public void run(TestResult result) { in run()
|
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | ScreenRecordTestBase.kt | 72 ): CapturedActivity.TestResult {
|
/aosp14/frameworks/base/test-runner/api/ |
H A D | current.txt | 43 method @Deprecated protected junit.framework.TestResult createTestResult(); 46 method @Deprecated public junit.framework.TestResult getTestResult(); 50 method @Deprecated public void runTest(junit.framework.TestResult);
|