OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:assumeThat
(Results
1 - 3
of
3
) sorted by null
/external/junit/src/org/junit/
Assume.java
39
assumeThat
(b, is(true));
47
assumeThat
(asList(objects), Each.each(notNullValue()));
55
*
assumeThat
(1, is(1)); // passes
57
*
assumeThat
(0, is(1)); // assumption failure! test halts
61
* @param <T> the static type accepted by the matcher (this can flag obvious compile-time problems such as {@code
assumeThat
(1, is("a"))}
68
public static <T> void
assumeThat
(T actual, Matcher<T> matcher) {
92
assumeThat
(t, nullValue());
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 27 milliseconds