OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestRule
(Results
1 - 2
of
2
) sorted by null
/external/junit/src/org/junit/rules/
TestRule.java
7
* A
TestRule
is an alteration in how a test method, or set of test methods,
8
* is run and reported. A {@link
TestRule
} may add additional checks that cause
11
* {@link
TestRule
}s can do everything that could be done previously with
19
* individual test cases recognize {@link
TestRule
}s introduced in two different
21
* {@link
TestRule
}s, and {@link org.junit.ClassRule}
22
* annotates class-level {@link
TestRule
}s. See Javadoc for those annotations
25
* Multiple {@link
TestRule
}s can be applied to a test or suite execution. The
43
public interface
TestRule
{
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 84 milliseconds