Class SwaggerPetstoreFixtures<SELF extends SwaggerPetstoreFixtures<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<dev.aherscu.qa.jgiven.rest.model.RestScenarioType,SELF>
-
- dev.aherscu.qa.jgiven.rest.steps.RestFixtures<SELF>
-
- dev.aherscu.qa.testing.example.steps.tutorial.SwaggerPetstoreFixtures<SELF>
-
- All Implemented Interfaces:
dev.aherscu.qa.jgiven.commons.model.ScenarioType<dev.aherscu.qa.jgiven.rest.model.RestScenarioType>
public class SwaggerPetstoreFixtures<SELF extends SwaggerPetstoreFixtures<SELF>> extends dev.aherscu.qa.jgiven.rest.steps.RestFixtures<SELF>
-
-
Field Summary
Fields Modifier and Type Field Description protected TestConfiguration
configuration
-
Constructor Summary
Constructors Constructor Description SwaggerPetstoreFixtures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SELF
a_swagger_petstore(jakarta.ws.rs.client.Client client)
SELF
with(TestConfiguration configuration)
-
Methods inherited from class dev.aherscu.qa.jgiven.rest.steps.RestFixtures
a_REST_client, thisClient
-
-
-
-
Field Detail
-
configuration
@ProvidedScenarioState protected TestConfiguration configuration
-
-
Method Detail
-
a_swagger_petstore
public SELF a_swagger_petstore(@Hidden jakarta.ws.rs.client.Client client)
-
with
@Hidden public SELF with(TestConfiguration configuration)
-
-