Home
last modified time | relevance | path

Searched defs:test (Results 1 – 7 of 7) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DTestCollector.java44 public synchronized void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded()
52 public synchronized void testFailed(TestIdentifier test, String trace) { in testFailed()
60 public synchronized void testIgnored(TestIdentifier test) { in testIgnored()
68 public synchronized void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure()
108 public synchronized void testStarted(TestIdentifier test) { in testStarted()
DRemoteAdtTestRunner.java446 public void testEnded(TestIdentifier test, Map<String, String> ignoredTestMetrics) { in testEnded()
451 public void testFailed(TestIdentifier test, String trace) { in testFailed()
459 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure()
467 public void testIgnored(TestIdentifier test) { in testIgnored()
496 public synchronized void testStarted(TestIdentifier test) { in testStarted()
DTestCaseReference.java36 TestCaseReference(String deviceName, TestIdentifier test) { in TestCaseReference()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLocaleTest.java50 public void test() { in test() method in LocaleTest
DConfigurationTest.java48 public void test() throws Exception { in test() method in ConfigurationTest
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitPropertyTester.java49 public boolean test(Object receiver, String property, Object[] args, Object expectedValue) { in test() method in AndroidJUnitPropertyTester
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DValueCompleterTest.java58 public void test() throws Exception { in test() method in ValueCompleterTest