Searched defs:test (Results 26 - 50 of 98) sorted by relevance

1234

/dalvik/tests/075-verification-error/src/other/
H A DInaccessibleClass.java20 public static void test() {} method in class:InaccessibleClass
H A DInaccessibleMethod.java20 public static void test() {} method in class:InaccessibleMethod
/dalvik/tests/075-verification-error/src2/other/
H A DInaccessibleClass.java20 public static void test() {} method in class:InaccessibleClass
H A DInaccessibleMethod.java20 /*package*/ static void test() {} method in class:InaccessibleMethod
/dalvik/dx/tests/084-dex-high-register-moves/
H A DBlort.java23 public static void test() { method in class:Blort
/dalvik/tests/004-annotations/src/android/test/anno/
H A DAnnoFancyConstructor.java1 package android.test.anno;
H A DAnnoFancyParameter.java1 package android.test.anno;
H A DAnnoFancyType.java1 package android.test.anno;
H A DExportedProperty.java1 /* part of test for array problem */
2 package android.test.anno;
H A DINoted.java1 package android.test.anno;
H A DIntToString.java1 /* part of test for array problem */
2 package android.test.anno;
H A DSubNoted.java1 package android.test.anno;
H A DFullyNoted.java2 package android.test.anno;
H A DSimplyNoted.java1 package android.test.anno;
/dalvik/dx/tests/058-dex-call-direct/
H A DBlort.java19 public static int test(Blort b) { method in class:Blort
/dalvik/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestSink.java19 Initial test running using JUnit.
26 public void addTest(Class test); argument
H A DJUnitTestSuiteAdapter.java23 private DOMTestSuite test; field in class:JUnitTestSuiteAdapter
25 public JUnitTestSuiteAdapter(DOMTestSuite test) { argument
26 super(test.getTargetURI());
27 this.test = test;
28 test.build(this);
32 DOMTestDocumentBuilderFactory factory = test.getFactory();
48 TestCase test = new JUnitTestCaseAdapter((DOMTestCase) domtest);
49 addTest(test);
53 TestSuite test
[all...]
/dalvik/dx/src/junit/extensions/
H A DRepeatedTest.java6 * A Decorator that runs a test repeatedly.
12 public RepeatedTest(Test test, int repeat) { argument
13 super(test);
H A DTestSetup.java12 public TestSetup(Test test) { argument
13 super(test);
/dalvik/dx/src/junit/framework/
H A DTestListener.java4 * A Listener for test progress
10 public void addError(Test test, Throwable t); argument
14 public void addFailure(Test test, AssertionFailedError t); argument
16 * A test ended.
18 public void endTest(Test test); argument
20 * A test started.
22 public void startTest(Test test); argument
/dalvik/libcore/junit/src/main/java/junit/extensions/
H A DRepeatedTest.java6 * A Decorator that runs a test repeatedly.
12 public RepeatedTest(Test test, int repeat) { argument
13 super(test);
H A DTestSetup.java12 public TestSetup(Test test) { argument
13 super(test);
/dalvik/libcore/junit/src/main/java/junit/framework/
H A DTestListener.java4 * A Listener for test progress
10 public void addError(Test test, Throwable t); argument
14 public void addFailure(Test test, AssertionFailedError t); argument
16 * A test ended.
18 public void endTest(Test test); argument
20 * A test started.
22 public void startTest(Test test); argument
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DTestAssertions.java26 public void test() throws AssertionError { method in class:TestAssertions
H A DTestAssertions1.java26 public void test() throws AssertionError { method in class:TestAssertions1

Completed in 487 milliseconds

1234