Skip navigation links
A B C D E G J L M O S T U W 

A

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.

B

before(T) - Static method in class co.unruly.matchers.TimeMatchers
Matches a time strictly before that given
between(T, T) - Static method in class co.unruly.matchers.TimeMatchers
Matches a Comparable value greater than or equal to the first given value and less than or equal to the second given value

C

co.unruly.matchers - package co.unruly.matchers
 
co.unruly.matchers.function - package co.unruly.matchers.function
 
co.unruly.matchers.internal - package co.unruly.matchers.internal
This package and any subpackages contain classes used internally by the library; it is not part of the public API.
contains(T) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty Optional with the given content
contains(Matcher<T>) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty Optional with content matching the given matcher
contains(Matcher<T>...) - Static method in class co.unruly.matchers.StreamMatchers
The BaseStream must produce exactly the given expected items in order, and no more.
contains(T...) - Static method in class co.unruly.matchers.StreamMatchers
The BaseStream must produce exactly the given expected items in order, and no more.
containsDouble(double) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty OptionalDouble with the given content
containsDouble(Matcher<Double>) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty OptionalDouble with content matching the given matcher
containsInt(int) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty OptionalInt with the given content
containsInt(Matcher<Integer>) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty OptionalInt with content matching the given matcher
containsLong(long) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty OptionalLong with the given content
containsLong(Matcher<Long>) - Static method in class co.unruly.matchers.OptionalMatchers
Matches a non empty OptionalLong with content matching the given matcher

D

DescribableFunction<T,R> - Interface in co.unruly.matchers.function
 
DescribablePredicate<T> - Interface in co.unruly.matchers.function
 
DescriptionUtils - Class in co.unruly.matchers.internal
 

E

empty() - Static method in class co.unruly.matchers.OptionalMatchers
Matches an empty Optional.
empty() - Static method in class co.unruly.matchers.StreamMatchers
 
emptyDouble() - Static method in class co.unruly.matchers.OptionalMatchers
Matches an empty OptionalDouble.
emptyInt() - Static method in class co.unruly.matchers.OptionalMatchers
Matches an empty OptionalInt.
emptyLong() - Static method in class co.unruly.matchers.OptionalMatchers
Matches an empty OptionalLong.
equalTo(BaseStream<T, S>) - Static method in class co.unruly.matchers.StreamMatchers
A matcher for a finite Stream producing the same number of items as the expected Stream, and producing equal items as expected in the same order.

G

getResultDescription() - Method in interface co.unruly.matchers.function.DescribableFunction
 
getResultDescription() - Method in interface co.unruly.matchers.function.DescribablePredicate
 

J

Java8Matchers - Class in co.unruly.matchers
 

L

longerThan(T) - Static method in class co.unruly.matchers.TimeMatchers
Matches an amount of time strictly longer than that specified

M

matches(Matcher<Integer>, Matcher<Integer>, Matcher<Integer>) - Static method in class co.unruly.matchers.TimeMatchers
Matches any Period for which the years, months and days match the provided matchers

O

OptionalMatchers - Class in co.unruly.matchers
 
OptionalMatchers() - Constructor for class co.unruly.matchers.OptionalMatchers
 

S

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
 

T

TimeMatchers - Class in co.unruly.matchers
 
TimeMatchers() - Constructor for class co.unruly.matchers.TimeMatchers
 

U

UnableToGuessMethodException - Exception in co.unruly.matchers.function
 

W

where(DescribablePredicate<? super I>) - Static method in class co.unruly.matchers.Java8Matchers
Match a boolean property of an object which should be true.
where(String, DescribablePredicate<? super I>) - Static method in class co.unruly.matchers.Java8Matchers
Match a boolean property of an object which should be true.
where(DescribableFunction<? super I, O>, Matcher<? super O>) - Static method in class co.unruly.matchers.Java8Matchers
Match a value/property derived from an object.
where(String, DescribableFunction<? super I, O>, Matcher<? super O>) - Static method in class co.unruly.matchers.Java8Matchers
Match a value/property derived from an object.
where(String, String, Function<? super I, O>, Matcher<? super O>) - Static method in class co.unruly.matchers.Java8Matchers
Match a value/property derived from an object.
whereNot(DescribablePredicate<? super I>) - Static method in class co.unruly.matchers.Java8Matchers
Match a boolean property of an object which should be false.
whereNot(String, DescribablePredicate<? super I>) - Static method in class co.unruly.matchers.Java8Matchers
Match a boolean property of an object which should be false.
withPrefixedArticle(String) - Static method in class co.unruly.matchers.internal.DescriptionUtils
 
A B C D E G J L M O S T U W 
Skip navigation links

Copyright © 2018. All rights reserved.