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