HomeSort by relevance Sort by last modified time
    Searched refs:VogarTest (Results 1 - 8 of 8) sorted by null

  /external/vogar/src/vogar/target/junit/
VogarTest.java 19 public interface VogarTest {
JUnitRunnerFactory.java 43 List<VogarTest> tests = createVogarTests(klass, qualification, args);
52 public static List<VogarTest> createVogarTests(
61 final List<VogarTest> tests;
71 Collections.sort(tests, new Comparator<VogarTest>() {
73 public int compare(VogarTest o1, VogarTest o2) {
ConfigurationError.java 19 class ConfigurationError implements VogarTest {
JUnitRunner.java 46 private final List<VogarTest> tests;
52 TestEnvironment testEnvironment, int timeoutSeconds, List<VogarTest> tests) {
61 for (VogarTest test : tests) {
86 private void runWithTimeout(final Profiler profiler, final VogarTest test) {
Junit3.java 98 static List<VogarTest> classToVogarTests(Class<?> testClass, Collection<String> methodNames) {
99 List<VogarTest> result = new ArrayList<VogarTest>();
115 List<VogarTest> out, Class<?> testClass, Collection<String> methodNames) {
181 private static void getTestSuiteTests(List<VogarTest> out, TestSuite suite,
220 private static void getTestCaseTest(List<VogarTest> out, TestCase testCase,
235 private abstract static class VogarJUnitTest implements VogarTest {
290 public static VogarTest create(Class<? extends TestCase> testClass, Method method) {
Junit4.java 51 static List<VogarTest> classToVogarTests(Class<?> testClass, Collection<String> methodNames) {
52 List<VogarTest> result = new ArrayList<VogarTest>();
58 List<VogarTest> out, Class<?> testClass, Collection<String> methodNames) {
114 private static void addAllParameterizedTests(List<VogarTest> out, Class<?> testClass, Method m,
169 private static boolean getSuiteTests(List<VogarTest> out, Class<?> suite) {
198 private abstract static class VogarJUnitTest implements VogarTest {
301 public static VogarTest create(Class<?> testClass, Method method,
  /external/vogar/test/vogar/target/
JUnitRunnerTest.java 31 import vogar.target.junit.VogarTest;
54 List<VogarTest> tests = JUnitRunnerFactory.createVogarTests(target, null, EMPTY_ARGS);
65 List<VogarTest> tests = JUnitRunnerFactory.createVogarTests(target, null, EMPTY_ARGS);
82 List<VogarTest> tests = JUnitRunnerFactory.createVogarTests(target, null, EMPTY_ARGS);
97 List<VogarTest> tests =
109 List<VogarTest> tests = JUnitRunnerFactory.createVogarTests(target, null,
123 List<VogarTest> tests =
138 List<VogarTest> tests =
155 List<VogarTest> tests = JUnitRunnerFactory.createVogarTests(target, "testSimple3",
173 List<VogarTest> tests = JUnitRunnerFactory.createVogarTests(target, null, EMPTY_ARGS)
    [all...]
  /external/vogar/test/vogar/target/junit/
JUnitRunnerFactoryTest.java 66 List<VogarTest> tests = JUnitRunnerFactory.createVogarTests(SimpleTest2.class, "testSimple2",

Completed in 1093 milliseconds