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