Class SequentialActionChain<T>
java.lang.Object
net.jqwik.engine.properties.state.SequentialActionChain<T>
- All Implemented Interfaces:
net.jqwik.api.state.ActionChain<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.state.ActionChain
net.jqwik.api.state.ActionChain.ActionChainFacade, net.jqwik.api.state.ActionChain.RunningState -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.jqwik.api.state.ActionChain
withInvariant
-
Constructor Details
-
SequentialActionChain
-
-
Method Details
-
transformations
- Specified by:
transformationsin interfacenet.jqwik.api.state.ActionChain<T>
-
transformers
- Specified by:
transformersin interfacenet.jqwik.api.state.ActionChain<T>
-
run
- Specified by:
runin interfacenet.jqwik.api.state.ActionChain<T>
-
withInvariant
public @NonNull net.jqwik.api.state.ActionChain<T> withInvariant(@Nullable String label, Consumer<T> invariant) - Specified by:
withInvariantin interfacenet.jqwik.api.state.ActionChain<T>
-
finalState
- Specified by:
finalStatein interfacenet.jqwik.api.state.ActionChain<T>
-
running
public net.jqwik.api.state.ActionChain.RunningState running()- Specified by:
runningin interfacenet.jqwik.api.state.ActionChain<T>
-
peek
- Specified by:
peekin interfacenet.jqwik.api.state.ActionChain<T>
-
toString
-
equals
-
hashCode
public int hashCode()
-