Searched defs:testEnvironment (Results 1 - 5 of 5) sorted by relevance

/external/vogar/src/vogar/target/
H A DRunner.java34 AtomicReference<String> skipPastReference, TestEnvironment testEnvironment,
33 init(TargetMonitor monitor, String actionName, String qualification, Class<?> klass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
H A DCaliperRunner.java37 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
35 init(TargetMonitor monitor, String actionName, String qualification, Class<?> testClass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
H A DMainRunner.java36 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
34 init(TargetMonitor monitor, String actionName, String qualification, Class<?> mainClass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
/external/vogar/src/vogar/target/junit/
H A DJUnitRunner.java46 private TestEnvironment testEnvironment; field in class:JUnitRunner
55 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
61 this.testEnvironment = testEnvironment;
105 testEnvironment.reset();
53 init(TargetMonitor monitor, String actionName, String qualification, Class<?> testClass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
/external/vogar/test/vogar/target/
H A DJUnitRunnerTest.java46 private TestEnvironment testEnvironment = new TestEnvironment(); field in class:JUnitRunnerTest
72 runner.init(monitor, "", null, target, skipPastReference, testEnvironment, 0, false);
82 runner.init(monitor, "", null, target, skipPastReference, testEnvironment, 0, false);
99 runner.init(monitor, actionName, null, target, skipPastReference, testEnvironment, 0, false);
114 runner.init(monitor, actionName, null, target, skipPastReference, testEnvironment, 0, false);
125 runner.init(monitor, actionName, null, target, skipPastReference, testEnvironment, 0, false);
138 runner.init(monitor, actionName, "testSimple2", target, skipPastReference, testEnvironment, 0, false);
151 runner.init(monitor, "", "testSimple", target, skipPastReference, testEnvironment, 0, false);
164 runner.init(monitor, actionName, "testSimple5", target, skipPastReference, testEnvironment, 0, false);
180 runner.init(monitor, actionName, "testSimple3", target, skipPastReference, testEnvironment,
[all...]

Completed in 97 milliseconds