Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 31) sorted by relevance

12

/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() argument
52 public synchronized void testFailed(TestIdentifier test, String trace) { in testFailed() argument
60 public synchronized void testIgnored(TestIdentifier test) { in testIgnored() argument
68 public synchronized void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() argument
108 public synchronized void testStarted(TestIdentifier test) { in testStarted() argument
109 TestSuiteReference suiteRef = mDeviceSuiteRef.getTestSuite(test.getClassName()); in testStarted()
111 suiteRef = new TestSuiteReference(test.getClassName()); in testStarted()
115 suiteRef.addTest(new TestCaseReference(mDeviceName, test)); in testStarted()
DTestCaseReference.java36 TestCaseReference(String deviceName, TestIdentifier test) { in TestCaseReference() argument
38 mClassName = test.getClassName(); in TestCaseReference()
39 mTestName = test.getTestName(); in TestCaseReference()
DRemoteAdtTestRunner.java446 public void testEnded(TestIdentifier test, Map<String, String> ignoredTestMetrics) { in testEnded() argument
447 mNotifier.testEnded(new TestCaseReference(mDeviceName, test)); in testEnded()
451 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
453 new TestReferenceFailure(new TestCaseReference(mDeviceName, test), in testFailed()
459 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() argument
461 new TestReferenceFailure(new TestCaseReference(mDeviceName, test), in testAssumptionFailure()
467 public void testIgnored(TestIdentifier test) { in testIgnored() argument
496 public synchronized void testStarted(TestIdentifier test) { in testStarted() argument
497 TestCaseReference testId = new TestCaseReference(mDeviceName, test); in testStarted()
/sdk/eclipse/sites/external/web/
Dsite.xsl18 <xsl:if test="count(key('cat',@name)) != 0">
32 <xsl:when test="(position() mod 2 = 1)">
41 <xsl:when test="ancestor::feature//@label">
56 <xsl:if test="ancestor::feature//@os">
61 <xsl:if test="ancestor::feature//@ws">
66 <xsl:if test="ancestor::feature//@nl">
71 <xsl:if test="ancestor::feature//@arch">
83 <xsl:if test="count(feature) &gt; count(feature/category)">
91 <xsl:when test="function-available('msxsl:node-set')">
104 <xsl:when test="position() mod 2 = 1">
[all …]
/sdk/eclipse/sites/internal/web/
Dsite.xsl18 <xsl:if test="count(key('cat',@name)) != 0">
32 <xsl:when test="(position() mod 2 = 1)">
41 <xsl:when test="ancestor::feature//@label">
56 <xsl:if test="ancestor::feature//@os">
61 <xsl:if test="ancestor::feature//@ws">
66 <xsl:if test="ancestor::feature//@nl">
71 <xsl:if test="ancestor::feature//@arch">
83 <xsl:if test="count(feature) &gt; count(feature/category)">
91 <xsl:when test="function-available('msxsl:node-set')">
104 <xsl:when test="position() mod 2 = 1">
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DREADME.txt15 Steps to run the test suite:
25 Select "Run a single test"
44 b. Using classloader.getResource or getResourceAsStream to access test data will
45 likely fail in the plugin environment. Instead, use AdtTestData to access test files
66 as a JUnit plugin test, and requires less potential set-up, but has the
68 continuous test environment. Tests that pass when run as "JUnit Tests" can
76 Steps to run the test suite:
83 B - Setup an SDK on host machine, that is compatible with the Eclipse ADT plugins under test
88 Select "Run a single test"
Dbuild.properties6 test.xml,\
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
DAllTests.java17 package com.android.tests.testprojecttest.test;
22 import android.test.suitebuilder.TestSuiteBuilder;
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
DAllTests.java17 package com.android.tests.testprojecttest.test;
22 import android.test.suitebuilder.TestSuiteBuilder;
/sdk/testapps/
DREADME.txt1 This repository contains test applications used by the SDK automated tests.
5 Each project represents a different test case. For more information, read
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
DLibActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
DLibActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
DMainActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/
DMainActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
DMainActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
Dtest_uses-library.template1 <uses-library android:name="android.test.runner" />
Dtest_instrumentation.template1 …<instrumentation android:targetPackage="TEST_TARGET_PCKG" android:name="android.test.Instrumentati…
/sdk/testapps/gridlayoutTest/app/src/com/android/test/gridlayout/
DMain.java1 package com.android.test.gridlayout;
/sdk/testapps/userLibTest/
DREADME.txt1 This test requires a workspace setup:
/sdk/testapps/javaProjectTest/
DREADME.txt1 This test requires a workspace setup:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
Dmessages.properties24 AndroidJUnitLaunchAction_LaunchFail=Failed to launch test
33 AndroidJUnitTab_SizeLabel=Only run test methods annotated with:
/sdk/templates/docs/
Djquery-1.8.0.min.js2test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a)…
Dprettify.js3 [],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c<i;++c){var j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{v…
5 …,p=0,d=a.length;p<d;++p){var g=a[p];if(g.ignoreCase)l=!0;else if(/[a-z]/i.test(g.source.replace(/\…
6 …"),l?"gi":"g")}function M(a){function m(a){switch(a.nodeType){case 1:if(e.test(a.className))break;…
/sdk/attribute_stats/
DREADME.txt12 containing the string "test", and computes and prints frequency
/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

12