public enum CucumberTargetType extends Enum
Enum to represent the type of Cucumber target being executed.
| Enum constant | Description |
|---|---|
FEATURE_FILE |
Represents execution of a single feature file |
FEATURE_FOLDER |
Represents execution of a feature folder and its nested sub-folders |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getDisplayName()Gets the display name for logging purposes |
|
public boolean |
isFolder()Checks if this target type is a folder |
Represents execution of a single feature file
Represents execution of a feature folder and its nested sub-folders
Gets the display name for logging purposes
Checks if this target type is a folder
Groovy Documentation