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