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

  /external/junit/src/org/junit/matchers/
JUnitMatchers.java 75 * This is useful for fluently combining matchers where either may pass, for example:
77 * assertThat(string, either(containsString("a")).or(containsString("b")));
80 public static <T> CombinableMatcher<T> either(Matcher<T> matcher) { method in class:JUnitMatchers
  /external/clang/test/SemaCXX/
discrim-union.cpp 67 class either { class
74 constexpr either(a<U> &&t) : function in class:either
80 //~either() { impl.destroy(elem); }
101 typedef either<int, char, double> icd;
114 constexpr either<const icd*, non_triv> icd4 = a<const icd*>(&icd2);
115 constexpr either<const icd*, non_triv> icd5 = a<non_triv>();
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 

Completed in 127 milliseconds