- after(T) - Static method in class co.unruly.matchers.TimeMatchers
-
Matches a time strictly after that given
- allMatch(Matcher<T>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of objects, all of which must match the given Matcher.
- allMatchDouble(Matcher<Double>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of primitive doubles, all of which must match the given Matcher.
- allMatchInt(Matcher<Integer>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of primitive ints, all of which must match the given Matcher.
- allMatchLong(Matcher<Long>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of primitive longs, all of which must match the given Matcher.
- anyMatch(Matcher<T>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of objects, at least one of which must match the given Matcher.
- anyMatchDouble(Matcher<Double>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of primitive doubles, at least one of which must match the given Matcher.
- anyMatchInt(Matcher<Integer>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of primitive ints, at least one of which must match the given Matcher.
- anyMatchLong(Matcher<Long>) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a finite Stream of primitive longs, at least one of which must match the given Matcher.
- shorterThan(T) - Static method in class co.unruly.matchers.TimeMatchers
-
Matches an amount of time strictly shorter than that specified
- startsWith(Stream<T>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of objects where the first limit items from each must be
equal
- startsWith(DoubleStream, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive doubles where the first limit items from each must be
equal
- startsWith(IntStream, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints where the first limit items from each must be
equal
- startsWith(LongStream, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints where the first limit items from each must be
equal
- startsWith(T...) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a potentially infinite Stream of objects against n expected items, matching if the first n items
produced by the Stream equal the expected items in order.
- startsWithAll(Matcher<T>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of objects, the first limit of which must match the given Matcher
- startsWithAllDouble(Matcher<Double>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive doubles, the first limit of which must match the given Matcher
- startsWithAllInt(Matcher<Integer>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints, the first limit of which must match the given Matcher
- startsWithAllLong(Matcher<Long>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive longs, the first limit of which must match the given Matcher
- startsWithAny(Matcher<T>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of objects,
at least one of the first limit of which must match the given Matcher
- startsWithAnyDouble(Matcher<Double>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive doubles,
at least one of the first limit of which must match the given Matcher
- startsWithAnyInt(Matcher<Integer>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints,
at least one of the first limit of which must match the given Matcher
- startsWithAnyLong(Matcher<Long>, long) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for potentially infinite Streams of primitive longs,
at least one of the first limit of which must match the given Matcher
- startsWithDouble(double...) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a potentially infinite Stream of primitive doubles against n expected items, matching if the first n items
produced by the Stream equal the expected items in order.
- startsWithInt(int...) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a potentially infinite Stream of primitive ints against n expected items, matching if the first n items
produced by the Stream equal the expected items in order.
- startsWithLong(long...) - Static method in class co.unruly.matchers.StreamMatchers
-
A matcher for a potentially infinite Stream of primitive longs against n expected items, matching if the first n items
produced by the Stream equal the expected items in order.
- StreamMatchers - Class in co.unruly.matchers
-
- StreamMatchers() - Constructor for class co.unruly.matchers.StreamMatchers
-