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