public interface JreSupplierAssert<S extends JreSupplierAssert<S,A,RS,T>,A extends java.util.function.Supplier<T>,RS extends org.assertj.core.api.Assert<RS,T>,T> extends org.assertj.core.api.Assert<S,A>, FullFunctionalAssert<S,LAction,A,RS,T>
Assert class for Supplier.
| Modifier and Type | Interface and Description |
|---|---|
static class |
JreSupplierAssert.Base<S extends JreSupplierAssert.Base<S,A,RS,T>,A extends java.util.function.Supplier<T>,RS extends org.assertj.core.api.Assert<RS,T>,T>
Base implementation.
|
static class |
JreSupplierAssert.The<A extends java.util.function.Supplier<T>,RS extends org.assertj.core.api.Assert<RS,T>,T>
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 java.util.function.Supplier<T>,RS extends org.assertj.core.api.Assert<RS,T>,T> |
assertSup(java.util.function.Supplier<T> func) |
Evaluation<S,LAction,A,RS,T> |
doesGet() |
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 java.util.function.Supplier<T>,RS extends org.assertj.core.api.Assert<RS,T>,T> JreSupplierAssert.The<A,RS,T> assertSup(java.util.function.Supplier<T> func)
Copyright © 2019. All rights reserved.