public interface LTriConsumerAssert<S extends LTriConsumerAssert<S,A,T1,T2,T3>,A extends LTriConsumer<T1,T2,T3>,T1,T2,T3> extends org.assertj.core.api.Assert<S,A>, FunctionalAssert.Simple<S,LTriConsumer<T1,T2,T3>,A>
Assert class for LTriConsumer.
| Modifier and Type | Interface and Description |
|---|---|
static class |
LTriConsumerAssert.Base<S extends LTriConsumerAssert.Base<S,A,T1,T2,T3>,A extends LTriConsumer<T1,T2,T3>,T1,T2,T3>
Base implementation.
|
static class |
LTriConsumerAssert.The<A extends LTriConsumer<T1,T2,T3>,T1,T2,T3>
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 LTriConsumer<T1,T2,T3>,T1,T2,T3> |
assertTriCons(LTriConsumer<T1,T2,T3> func) |
SemiEvaluation<S,LTriConsumer<T1,T2,T3>,A> |
doesAccept(T1 a1,
T2 a2,
T3 a3) |
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 LTriConsumer<T1,T2,T3>,T1,T2,T3> LTriConsumerAssert.The<A,T1,T2,T3> assertTriCons(LTriConsumer<T1,T2,T3> func)
Copyright © 2019. All rights reserved.