OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTestClass
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/test-runner/src/junit/runner/
SimpleTestCollector.java
15
protected boolean
isTestClass
(String classFileName) {
LoadingTestCollector.java
21
protected boolean
isTestClass
(String classFileName) {
25
return (testClass != null) &&
isTestClass
(testClass);
42
boolean
isTestClass
(Class testClass) {
ClassPathTestCollector.java
44
if (
isTestClass
(classFileName)) {
66
protected boolean
isTestClass
(String classFileName) {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
UnitTests.java
56
protected boolean
isTestClass
(Class<?> testClass) {
57
return super.
isTestClass
(testClass) &&
EclipseTestCollector.java
57
if (
isTestClass
(testClass)) {
79
protected boolean
isTestClass
(Class<?> testClass) {
/frameworks/testing/support/src/android/support/test/internal/runner/
TestLoader.java
108
if (loadedClass != null &&
isTestClass
(loadedClass)) {
144
private boolean
isTestClass
(Class<?> loadedClass) {
178
Log.w(LOG_TAG, String.format("%s in
isTestClass
for %s", e.toString(),
183
Log.w(LOG_TAG, String.format("%s in
isTestClass
for %s", e.toString(),
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java
203
if (
isTestClass
(className)) {
220
private boolean
isTestClass
(String className) {
/cts/tools/vm-tests-tf/lib/
junit.jar
/external/dexmaker/lib/
junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar
/prebuilts/devtools/adt/lib/
junit-3.8.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar
/prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
Completed in 212 milliseconds