Uses of Class
dev.aherscu.qa.testing.example.model.tutorial.SwaggerLoginResponse
-
Packages that use SwaggerLoginResponse Package Description dev.aherscu.qa.testing.example.model.tutorial dev.aherscu.qa.testing.example.steps.tutorial -
-
Uses of SwaggerLoginResponse in dev.aherscu.qa.testing.example.model.tutorial
Methods in dev.aherscu.qa.testing.example.model.tutorial that return SwaggerLoginResponse Modifier and Type Method Description SwaggerLoginResponse
SwaggerLoginResponse.SwaggerLoginResponseBuilder. build()
static SwaggerLoginResponse
SwaggerLoginResponse. from(String json)
-
Uses of SwaggerLoginResponse in dev.aherscu.qa.testing.example.steps.tutorial
Fields in dev.aherscu.qa.testing.example.steps.tutorial with type parameters of type SwaggerLoginResponse Modifier and Type Field Description protected ThreadLocal<SwaggerLoginResponse>
SwaggerPetstoreActions. loginResponse
protected ThreadLocal<SwaggerLoginResponse>
SwaggerPetstoreVerifications. loginResponse
Method parameters in dev.aherscu.qa.testing.example.steps.tutorial with type arguments of type SwaggerLoginResponse Modifier and Type Method Description SELF
SwaggerPetstoreVerifications. the_login_response(org.hamcrest.Matcher<SwaggerLoginResponse> responseMatcher)
-