org.requirementsascode.flowposition.Anytime Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of requirementsascodecore Show documentation
Show all versions of requirementsascodecore Show documentation
Enables you to define and run executable use case specifications, in your code.
package org.requirementsascode.flowposition;
import org.requirementsascode.ModelRunner;
public class Anytime extends FlowPosition{
public Anytime() {
super(null);
}
@Override
protected boolean isRunnerAtRightPositionFor(ModelRunner modelRunner) {
return true;
}
@Override
public void resolveSteps() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy