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