public class STEPexec
extends java.lang.Object
Constructor and Description |
---|
STEPexec() |
Modifier and Type | Method and Description |
---|---|
static Generator<SEQ_RT_info,SEQ_RT_info> |
until(java.util.function.Predicate<STEP_RT_info> requirement,
int maxNumberOfRetry,
Generator<SEQ_RT_info,STEP> stepgen,
java.lang.Class CUT,
Pool pool)
Try to generate a step that when executed does not fail, and furthermore
satisfies the given requirement.
|
public static Generator<SEQ_RT_info,SEQ_RT_info> until(java.util.function.Predicate<STEP_RT_info> requirement, int maxNumberOfRetry, Generator<SEQ_RT_info,STEP> stepgen, java.lang.Class CUT, Pool pool)