Package io.webdevice.cucumber.common
Class SimpleRunner
- java.lang.Object
-
- io.webdevice.cucumber.common.SimpleRunner
-
- Direct Known Subclasses:
CucumberIT,CucumberIT,CucumberIT,CucumberIT,CucumberIT
public class SimpleRunner extends Object
Common runner for all tests that explicitly usesCucumberOptions.extraGlue()to specify where to load common steps, but leavesCucumberOptions.glue()empty so that steps, hooks and features will be loaded from the package of the extending class.