public interface LBiIntConsumerAssert<S extends LBiIntConsumerAssert<S,A>,A extends LBiIntConsumer> extends org.assertj.core.api.Assert<S,A>, FunctionalAssert.Simple<S,LBiIntConsumer,A>
Assert class for LBiIntConsumer.
| Modifier and Type | Interface and Description |
|---|---|
static class |
LBiIntConsumerAssert.Base<S extends LBiIntConsumerAssert.Base<S,A>,A extends LBiIntConsumer>
Base implementation.
|
static class |
LBiIntConsumerAssert.The<A extends LBiIntConsumer>
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 LBiIntConsumer> |
assertBiIntCons(LBiIntConsumer func) |
SemiEvaluation<S,LBiIntConsumer,A> |
doesAccept(int a1,
int 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 LBiIntConsumer> LBiIntConsumerAssert.The<A> assertBiIntCons(LBiIntConsumer func)
@Nonnull SemiEvaluation<S,LBiIntConsumer,A> doesAccept(int a1, int a2)
Copyright © 2019. All rights reserved.