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