Class GenericFixtures<T extends AnyScenarioType,​SELF extends GenericFixtures<T,​SELF>>

  • Type Parameters:
    SELF - the type of the subclass
    T - 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
    • Constructor Detail

      • GenericFixtures

        public GenericFixtures()
        Logs the construction of this stage.
    • Method Detail

      • nothing

        public SELF nothing()
        Does nothing -- just initializes the JGiven infrastructure.
        Returns:
        StageBase.self()