Uses of Class
net.thucydides.core.steps.BaseStepListener.ScreenshotType
| Package | Description |
|---|---|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
-
Uses of BaseStepListener.ScreenshotType in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return BaseStepListener.ScreenshotType Modifier and Type Method Description static BaseStepListener.ScreenshotTypeBaseStepListener.ScreenshotType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BaseStepListener.ScreenshotType[]BaseStepListener.ScreenshotType. values()Returns an array containing the constants of this enum type, in the order they are declared.