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