OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:junit3
(Results
1 - 25
of
30
) sorted by null
1
2
/external/guava/guava-testlib/src/com/google/common/testing/
TearDown.java
33
* {@code com.google.common.testing.
junit3
.TearDownTestCase} and
42
*
junit3
.TearDownTestCase} currently does not fail a test when an exception
TearDownAccepter.java
36
* <p>In
JUnit3
language, that means during the
/frameworks/testing/androidtestlib/src/com/android/test/
InjectContext.java
42
* Declaring this in a
JUnit3
test (ie a class that is a {@link Test}) will have no effect.
43
* Use {@link AndroidTestCase} instead for
JUnit3
style tests.
InjectInstrumentation.java
41
* Declaring this in a
JUnit3
test (ie a class that is a {@link Test}) will have no effect.
42
* Use {@link InstrumentationTestCase} instead for
JUnit3
style tests.
BundleTest.java
24
* passed to the test runner into your
JUnit3
test.
InjectBundle.java
40
* Declaring this in a
JUnit3
test (ie a class that is a {@link Test}) will have no effect.
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
AndroidJUnit3ClassRunner.java
16
package com.android.test.runner.
junit3
;
NoExecTestResult.java
16
package com.android.test.runner.
junit3
;
NonExecutingJUnit3ClassRunner.java
16
package com.android.test.runner.
junit3
;
AndroidJUnit3Builder.java
16
package com.android.test.runner.
junit3
;
AndroidTestSuite.java
16
package com.android.test.runner.
junit3
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java
44
* the
JUnit3
or JUnit4 jar.
115
// junit4 is backward compatible with
junit3
and they uses the
117
// When a project has mixed
JUnit3
and JUnit4 tests, if
JUnit3
jar
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
FuncTests.java
36
* Needed for
JUnit3
compliant command line test runner
/libcore/dom/src/test/resources/
build.xml
81
zipfile="
junit3
.6.zip"
83
includes="
junit3
.6/**"
/frameworks/testing/androidtestlib/src/com/android/test/runner/
AndroidRunnerBuilder.java
21
import com.android.test.runner.
junit3
.AndroidJUnit3Builder;
TestRequestBuilder.java
88
// than once. This logic seems to be only necessary for
JUnit3
tests. Look into
331
new ExcludePackageNameFilter("com.android.test.runner.
junit3
"));
TestLoader.java
31
* A class for loading
JUnit3
and JUnit4 test classes given a set of potential class names.
AndroidJUnitRunner.java
44
* An {@link Instrumentation} that runs
JUnit3
and JUnit4 tests against
54
* Write
JUnit3
style {@link junit.framework.TestCase}s and/or JUnit4 style
/prebuilts/tools/common/m2/internal/junit/junit/3.8.1/
junit-3.8.1-sources.jar
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
TestRequestBuilderTest.java
165
* Test case where entire
JUnit3
test class has been filtered out
190
* Test size annotations with
JUnit3
test methods
205
* Test @Suppress with
JUnit3
tests
/external/mockito/src/org/mockito/
Mock.java
50
* For
JUnit3
<code>initMocks()</code> can go to <code>setup()</code> method of a base class.
InjectMocks.java
140
* For
JUnit3
<code>initMocks()</code> can go to <code>setup()</code> method of a base class.
MockitoAnnotations.java
61
* For
JUnit3
<code>initMocks()</code> can go to <code>setup()</code> method of a base class.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java
282
// set the test runner to
JUnit3
to placate JDT JUnit runner logic
/frameworks/base/docs/html/tools/testing/
testing_ui.jd
156
<LI>Click <strong>Add Library > JUnit</strong> then select <strong>
JUnit3
</strong> to add JUnit support.</LI>
Completed in 389 milliseconds
1
2