Searched refs:TestResult (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DNoExecTestResult.java19 import junit.framework.TestResult;
27 class NoExecTestResult extends TestResult {
H A DAndroidTestRunner.java28 import junit.framework.TestResult;
38 private TestResult mTestResult;
152 protected TestResult createTestResult() {
156 return new TestResult();
171 public TestResult getTestResult() {
179 public void runTest(TestResult testResult) {
H A DInstrumentationTestRunner.java50 import junit.framework.TestResult;
658 public synchronized void printResult(TestResult result, long runTime) {
H A DTestRunner.java34 import junit.framework.TestResult;
88 public void run(TestResult result) {
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
H A DNoExecTestResult.java19 import junit.framework.TestResult;
26 class NoExecTestResult extends TestResult {
H A DNonExecutingJUnit3ClassRunner.java18 import junit.framework.TestResult;
36 TestResult result = new NoExecTestResult();
H A DAndroidTestSuite.java19 import junit.framework.TestResult;
55 public void runTest(Test test, TestResult result) {
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java121 private static class TestResult { class in class:AutomaticActivity
122 TestResult(String label, float error) { method in class:AutomaticActivity.TestResult
141 final HashMap<String, TestResult> mModifierResults = new HashMap<String, TestResult>();
142 final HashMap<String, TestResult> mIndividualResults = new HashMap<String, TestResult>();
143 final HashMap<String, TestResult> mModifierDiffResults = new HashMap<String, TestResult>();
144 final HashMap<String, TestResult> mIndividualDiffResults = new HashMap<String, TestResult>();
[all...]
/frameworks/base/core/java/android/test/
H A DInstrumentationTestSuite.java23 import junit.framework.TestResult;
65 public void runTest(Test test, TestResult result) {
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DInstrumentationTestSuiteBuilderTest.java27 import junit.framework.TestResult;
68 TestResult result = new TestResult();
H A DUnitTestSuiteBuilderTest.java26 import junit.framework.TestResult;
61 TestResult result = new TestResult();
H A DTestSuiteBuilderTest.java33 import junit.framework.TestResult;
170 TestResult result = new TestResult();
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java47 import junit.framework.TestResult;
121 TestResult testRunResult = new TestResult();
233 public void print(TestResult result, long runTime, Bundle testOutput);
349 public void print(TestResult result, long runTime, Bundle testOutput) {
379 public void print(TestResult result, long runTime, Bundle testOutput) {

Completed in 306 milliseconds