public static class BaseAuthenticationTestCase.LoginRequestSpecificationImpl extends Object implements BaseAuthenticationTestCase.LoginRequestSpecification, BaseAuthenticationTestCase.ContinueLoginRequestSpecification
| Modifier and Type | Method and Description |
|---|---|
BaseAuthenticationTestCase.ContinueLoginRequestSpecification |
continueAfter(io.restassured.response.Response previousResponse) |
io.restassured.response.Response |
makeRequest() |
BaseAuthenticationTestCase.LoginRequestSpecification |
withCookies(Map<String,String> cookies) |
BaseAuthenticationTestCase.LoginRequestSpecification |
withRequestParam(String paramName,
String paramValue) |
public BaseAuthenticationTestCase.LoginRequestSpecification withCookies(Map<String,String> cookies)
withCookies in interface BaseAuthenticationTestCase.LoginRequestSpecificationpublic BaseAuthenticationTestCase.LoginRequestSpecification withRequestParam(String paramName, String paramValue)
withRequestParam in interface BaseAuthenticationTestCase.LoginRequestSpecificationpublic BaseAuthenticationTestCase.ContinueLoginRequestSpecification continueAfter(io.restassured.response.Response previousResponse)
continueAfter in interface BaseAuthenticationTestCase.ContinueLoginRequestSpecificationpublic io.restassured.response.Response makeRequest()
makeRequest in interface BaseAuthenticationTestCase.LoginRequestSpecificationBaseCopyright © 2024 Atlassian. All rights reserved.