Class GenericFixtures<T extends AnyScenarioType,SELF extends GenericFixtures<T,SELF>>
- java.lang.Object
-
- com.tngtech.jgiven.base.StageBase<SELF>
-
- com.tngtech.jgiven.Stage<SELF>
-
- dev.aherscu.qa.jgiven.commons.utils.StageEx<SELF>
-
- dev.aherscu.qa.jgiven.commons.steps.GenericFixtures<T,SELF>
-
- Type Parameters:
SELF
- the type of the subclassT
- type of scenario
- All Implemented Interfaces:
ScenarioType<T>
@ThreadSafe public class GenericFixtures<T extends AnyScenarioType,SELF extends GenericFixtures<T,SELF>> extends StageEx<SELF> implements ScenarioType<T>
Generic fixtures.- Author:
- aherscu
-
-
Field Summary
-
Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx
assertElementTimer, ATTACHEMENT_TRANSFORMER, clickTimer, currentStep, locateTimer, pollDelay, pollTimeout, retryPolicy, scrollIntoViewTimer, sendKeysTimer
-
-
Constructor Summary
Constructors Constructor Description GenericFixtures()
Logs the construction of this stage.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SELF
nothing()
Does nothing -- just initializes the JGiven infrastructure.-
Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx
alert, attach, attachScreenshot, attachScreenshot, attachScreenshot, beforeScenarioConfigurePolling, context, element, elements, ensureElements, retry, safely, scrollIntoView
-
-
-
-
Method Detail
-
nothing
public SELF nothing()
Does nothing -- just initializes the JGiven infrastructure.- Returns:
StageBase.self()
-
-