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