OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Suite
(Results
1 - 11
of
11
) sorted by null
/external/junit/src/org/junit/runners/
Suite.java
18
* Using <code>
Suite
</code> as a runner allows you to manually
19
* build a
suite
containing tests from many classes. It is the JUnit 4 equivalent of the JUnit 3.8.x
20
* static {@link junit.framework.Test} <code>
suite
()</code> method. To use it, annotate a class
21
* with <code>@RunWith(
Suite
.class)</code> and <code>@SuiteClasses({TestClass1.class, ...})</code>.
22
* When you run this class, it will run all the tests in all the
suite
classes.
24
public class
Suite
extends ParentRunner<Runner> {
26
* Returns an empty
suite
.
30
return new
Suite
((Class<?>)null, new Class<?>[0]);
38
* annotated with <code>@RunWith(
Suite
.class)</code> is run.
60
* Called reflectively on classes annotated with <code>@RunWith(
Suite
.class)</code
[
all
...]
/external/expat/tests/
minicheck.h
41
typedef struct
Suite
Suite
;
45
Suite
*
suite
;
member in struct:SRunner
50
struct
Suite
{
76
Suite
*suite_create(char *name);
78
void suite_add_tcase(
Suite
*
suite
, TCase *tc);
83
SRunner *srunner_create(
Suite
*
suite
);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h
57
}
Suite
;
381
#define
Suite
(a0, a1) _Py_Suite(a0, a1)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h
57
}
Suite
;
381
#define
Suite
(a0, a1) _Py_Suite(a0, a1)
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/misc/common/jython/
jython.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 119 milliseconds