HomeSort by relevance Sort by last modified time
    Searched defs:checkThat (Results 1 - 11 of 11) sorted by null

  /external/junit/src/org/junit/rules/
ErrorCollector.java 29 * collector.checkThat(getResult(), not(containsString("ERROR!")));
54 public <T> void checkThat(final T value, final Matcher<T> matcher) {
55 checkThat("", value, matcher);
63 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 87 public <T> void checkThat(final T value, final Matcher<T> matcher) {
88 super.checkThat(mCameraMsg, value, matcher);
98 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) {
99 super.checkThat(mCameraMsg + reason, value, matcher);
594 checkThat(msg, obj, CoreMatchers.notNullValue());
731 checkThat(reason, value, CoreMatchers.not(expected));
753 checkThat(reason, value, CoreMatchers.not(expected));
776 checkThat(reason, value, CoreMatchers.equalTo(expected));
800 checkThat(reason, value, CoreMatchers.equalTo(expected));
    [all...]
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
espresso-core.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 

Completed in 159 milliseconds