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