use of com.github.noraui.gherkin.GherkinStepCondition in project NoraUi by NoraUi.
the class StepUT method setUp.
@Before
public void setUp() {
step = new Step();
ci = new ConditionedInterceptor();
gherkinCondition = new GherkinStepCondition();
conditions = new ArrayList<>();
NoraUiInjector.resetInjector();
new NoraUiInjectorSource().getInjector();
}
Aggregations