HomeSort by relevance Sort by last modified time
    Searched full:alltests (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
AllTests.as 5 public class AllTests extends TestSuite {
7 public function AllTests() {
  /external/junit/src/org/junit/runners/
AllTests.java 5 /** Runner for use with JUnit 3.8.x-style AllTests classes
9 * @RunWith(AllTests.class)
17 public class AllTests extends SuiteMethod {
21 public AllTests(Class<?> klass) throws Throwable {
  /cts/tools/vm-tests-tf/src/dot/junit/
AllTests.java 26 public class AllTests {
28 TestRunner.main(new String[] {AllTests.class.getName()});
34 suite.addTest(dot.junit.opcodes.AllTests.suite());
35 suite.addTest(dot.junit.verify.AllTests.suite());
36 suite.addTest(dot.junit.format.AllTests.suite());
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/
AllTests.java 27 public class AllTests extends TestSuite {
30 return new TestSuiteBuilder(AllTests.class).includeAllPackagesUnderHere().build();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/
Antlr3Test.mxml 6 import org.antlr.runtime.test.AllTests;
18 runner.run( new AllTests(), onTestComplete );
  /external/junit/src/org/junit/internal/runners/
SuiteMethod.java 9 /** Runner for use with JUnit 3.8.x-style AllTests classes
13 * &#064;RunWith(AllTests.class)
  /build/core/
proguard_tests.flags 17 # some AllTests don't include run().
  /cts/tools/vm-tests-tf/src/dot/
Main.java 19 import dot.junit.AllTests;
29 TestRunner.run(AllTests.suite());
  /cts/tools/vm-tests-tf/src/dot/junit/format/
AllTests.java 26 public class AllTests {
29 TestRunner.main(new String[] {AllTests.class.getName()});
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AllTests.java 24 public class AllTests extends TestSuite {
26 public AllTests() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_class.py 76 class AllTests:
89 return "AllTests"
93 return "AllTests"
119 # Synthesize all the other AllTests methods from the names in testmeths.
128 exec method_template % locals() in AllTests.__dict__
144 foo = AllTests()
148 testme = AllTests()
251 testme = AllTests()
325 getslice = AllTests.__getslice__
326 del AllTests.__getslice_
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_class.py 76 class AllTests:
89 return "AllTests"
93 return "AllTests"
119 # Synthesize all the other AllTests methods from the names in testmeths.
128 exec method_template % locals() in AllTests.__dict__
144 foo = AllTests()
148 testme = AllTests()
251 testme = AllTests()
325 getslice = AllTests.__getslice__
326 del AllTests.__getslice_
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java 33 * -e class com.example.android.apis.AllTests \
46 public class AllTests extends TestSuite {
49 return new TestSuiteBuilder(AllTests.class)
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java 33 * -e class com.example.android.apis.AllTests \
46 public class AllTests extends TestSuite {
49 return new TestSuiteBuilder(AllTests.class)
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java 33 * -e class com.example.android.apis.AllTests \
46 public class AllTests extends TestSuite {
49 return new TestSuiteBuilder(AllTests.class)
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
AllTests.java 27 public class AllTests implements TestSuiteProvider {
  /cts/tools/vm-tests-tf/src/dot/junit/verify/
AllTests.java 26 public class AllTests {
29 TestRunner.main(new String[] {AllTests.class.getName()});
  /external/iproute2/testsuite/
Makefile 10 .PHONY: compile listtests alltests configure $(TESTS)
23 alltests: $(TESTS)
  /libcore/dom/src/test/resources/
build.xml 70 <arg value="junit.samples.AllTests" />
89 <arg value="junit.samples.AllTests" />
99 <arg value="junit.samples.AllTests" />
  /external/robolectric/.idea/runConfigurations/
AllTests.xml 2 <configuration default="false" name="AllTests" type="JUnit" factoryName="JUnit">
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/
TestSuite.smali 16 #adb shell dalvikvm -cp /data/local/junit-4.6.zip:/data/local/smali-junit-tests.zip org.junit.runner.JUnitCore AllTests
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
TestBatik.java 30 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level1.core.alltests");
TestCrimson.java 31 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level1.core.alltests");
TestCrimsonAltConfig.java 31 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level1.core.alltests");
TestDOM4J.java 30 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level1.core.alltests");

Completed in 489 milliseconds

1 2 3 4 5 6 7