public interface JreBinaryOperatorAssert<S extends JreBinaryOperatorAssert<S,A,RS,T>,A extends java.util.function.BinaryOperator<T>,RS extends org.assertj.core.api.Assert<RS,T>,T> extends org.assertj.core.api.Assert<S,A>, FullFunctionalAssert<S,LBiConsumer<T,T>,A,RS,T>
Assert class for BinaryOperator.
| Modifier and Type | Interface and Description |
|---|---|
static class |
JreBinaryOperatorAssert.Base<S extends JreBinaryOperatorAssert.Base<S,A,RS,T>,A extends java.util.function.BinaryOperator<T>,RS extends org.assertj.core.api.Assert<RS,T>,T>
Base implementation.
|
static class |
JreBinaryOperatorAssert.The<A extends java.util.function.BinaryOperator<T>,RS extends org.assertj.core.api.Assert<RS,T>,T>
Convenience implementation - if you want instantiate not to extend (uses one less generic parameter).
|
FunctionalAssert.Simple<S extends FunctionalAssert.Simple<S,PC,A>,PC,A>| Modifier and Type | Method and Description |
|---|---|
static <A extends java.util.function.BinaryOperator<T>,RS extends org.assertj.core.api.Assert<RS,T>,T> |
assertBinaryOp(java.util.function.BinaryOperator<T> func) |
Evaluation<S,LBiConsumer<T,T>,A,RS,T> |
doesApply(T a1,
T a2) |
inAllFollowingCasesasList, asString, doesNotHaveSameClassAs, equals, hasSameClassAs, hasSameHashCodeAs, hasToString, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, usingComparator, usingComparator, usingDefaultComparator, withRepresentation, withThreadDumpOnError@Nonnull static <A extends java.util.function.BinaryOperator<T>,RS extends org.assertj.core.api.Assert<RS,T>,T> JreBinaryOperatorAssert.The<A,RS,T> assertBinaryOp(java.util.function.BinaryOperator<T> func)
Copyright © 2019. All rights reserved.