Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AllureBuilder - Class in net.bugreaper.modules.mocks.allurereporter
- AllureRestAssuredCustom - Class in net.bugreaper.modules.api.allurereporter
-
Allure logger filter for Rest-assured with small fixes
- AllureRestAssuredCustom() - Constructor for class net.bugreaper.modules.api.allurereporter.AllureRestAssuredCustom
- Api - Class in net.bugreaper.modules.api
-
Simple wrapper around RestAssured for sending HTTP requests.
- Api() - Constructor for class net.bugreaper.modules.api.Api
-
Constructs api client configuration.
- Api(String) - Constructor for class net.bugreaper.modules.api.Api
-
Constructs api client configuration.
- Api(String, int) - Constructor for class net.bugreaper.modules.api.Api
-
This constructor initializes client for interaction with API
- ApiAbstract - Class in net.bugreaper.modules.api.setup
- ApiAbstract() - Constructor for class net.bugreaper.modules.api.setup.ApiAbstract
- ApiAbstract(String, int) - Constructor for class net.bugreaper.modules.api.setup.ApiAbstract
- ApiAbstract(String, int, Logger) - Constructor for class net.bugreaper.modules.api.setup.ApiAbstract
- ApiConfig - Interface in net.bugreaper.modules.api.interfaces
-
Interface that defines helper configuration methods for helper operations.
- ApiInt - Interface in net.bugreaper.modules.api.interfaces
-
Interface defines methods for facilitating helper interactions and assertions.
- AssertableResponse - Class in net.bugreaper.modules.api.assertable
-
Provides a fluent API for asserting and extracting data from API responses.
- AssertableResponse(Response) - Constructor for class net.bugreaper.modules.api.assertable.AssertableResponse
- AssertableResponseAbstract - Class in net.bugreaper.modules.api.assertable
- AssertableResponseAbstract(Response, Logger) - Constructor for class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- assertAllMocksCount(int) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Assert of all requests to mock-server count
- assertAllMocksCount(int) - Method in class net.bugreaper.modules.mocks.MocksApi
- assertAllMocksCount(int, int) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Assert of all requests to mock-server count from to
- assertAllMocksCount(int, int) - Method in class net.bugreaper.modules.mocks.MocksApi
- assertJsonNotEqual(String, String) - Static method in class net.bugreaper.modules.mocks.asserts.JsonAsserts
- assertMocksCountWithAwait(int, int) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Assert of all requests to mock-server count from to
- assertMocksCountWithAwait(int, int) - Method in class net.bugreaper.modules.mocks.MocksApi
- assertRequestsCountText(JSONObject) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- assertSchemaMethod(String, String, JsonSchemaFactory, boolean) - Static method in class net.bugreaper.modules.mocks.asserts.JsonAsserts
- assertSchemaVerify(String, List<String>) - Static method in class net.bugreaper.modules.mocks.enchanted.MockEnchantedDiffer
- authToken - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
B
- BASE_FIELDS - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- baseAuthGenerate(String, String) - Static method in class net.bugreaper.modules.mocks.MocksApi
- BODY_ABSENT_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- BODY_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- BODY_WRONG_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- buildRequest() - Method in class net.bugreaper.modules.api.setup.ApiAbstract
- buildSimpleRequest() - Method in class net.bugreaper.modules.api.setup.ApiAbstract
C
- cleanMockLogs() - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Clean mock-server logs (requests/responses)
- cleanMockLogs() - Method in class net.bugreaper.modules.mocks.MocksApi
- cleanSetHeaders() - Method in class net.bugreaper.modules.api.Api
- cleanSetHeaders() - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Remove global headers
- cleanSetQueryParams() - Method in class net.bugreaper.modules.api.Api
- cleanSetQueryParams() - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Remove global query parameters
- contentType - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- createMock(String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Create mock expectation
- createMock(String) - Method in class net.bugreaper.modules.mocks.MocksApi
- createMockCustom(String, String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Create mock expectation
- createMockCustom(String, String) - Method in class net.bugreaper.modules.mocks.MocksApi
D
- differenceContent(String, String, String, Boolean) - Static method in class net.bugreaper.modules.mocks.enchanted.EnchantedAllureLogic
E
- enableLogging - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- EnchantedAllureLogic - Class in net.bugreaper.modules.mocks.enchanted
- EnchantedAllureLogic() - Constructor for class net.bugreaper.modules.mocks.enchanted.EnchantedAllureLogic
- enchantedReport(Response, String) - Static method in class net.bugreaper.modules.mocks.enchanted.MockEnchantedDiffer
- EnchantedSetup - Class in net.bugreaper.modules.mocks.enchanted
- everyJsonAsserBuilder(String, List<String>, JSONCompareMode) - Static method in class net.bugreaper.modules.mocks.asserts.ListAssertsEvery
- everyJsonSchemaAsserBuilder(String, List<String>) - Static method in class net.bugreaper.modules.mocks.asserts.ListAssertsEvery
F
- filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class net.bugreaper.modules.api.allurereporter.AllureRestAssuredCustom
- flatten(Map<String, Object>) - Static method in class net.bugreaper.modules.mocks.mappers.MapDiffMapper
- FROM_TO_FIELDS - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
G
- GetActual - Class in net.bugreaper.modules.mocks.enchanted
- GetActual() - Constructor for class net.bugreaper.modules.mocks.enchanted.GetActual
- getActualBodiesList(String, int) - Static method in class net.bugreaper.modules.mocks.enchanted.GetActual
- getActualHeadersList(String, int) - Static method in class net.bugreaper.modules.mocks.enchanted.GetActual
- getActualMethodsAndPathsList(Response, int) - Static method in class net.bugreaper.modules.mocks.enchanted.GetActual
- getConfigSummary() - Method in class net.bugreaper.modules.api.Api
- getConfigSummary() - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Returns and logs (at INFO level) a human-readable summary of all resolved configuration values.
- getConfigSummary() - Method in interface net.bugreaper.modules.mocks.interfaces.MocksConfig
-
Returns and logs (at INFO level) a human-readable summary of all resolved configuration values.
- getConfigSummary() - Method in class net.bugreaper.modules.mocks.MocksApi
- GetExpected - Class in net.bugreaper.modules.mocks.enchanted
- GetExpected() - Constructor for class net.bugreaper.modules.mocks.enchanted.GetExpected
- getExpectedBody(JSONObject, String, String) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- getExpectedBodyType(JSONObject) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- getExpectedHeaders(JSONObject) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- getExpectedMethodAndPath(JSONObject) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- getExpectedQueryParams(JSONObject) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- getExpectedStrict(JSONObject, String, String) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- getInstance() - Static method in class net.bugreaper.modules.api.Api
- getInstance() - Static method in class net.bugreaper.modules.mocks.MocksApi
-
Returns the instance of
MocksApiwith config builderMocksApi(). - getObjectFromJsonObjectByKey(JSONObject, String) - Static method in class net.bugreaper.modules.mocks.mappers.JsonMappersRest
- getOrder() - Method in class net.bugreaper.modules.api.allurereporter.AllureRestAssuredCustom
- getQueryParamsList(String, int) - Static method in class net.bugreaper.modules.mocks.enchanted.GetActual
- getRequestValue(String, String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Return value from request (can be body, header, other)
- getRequestValue(String, String) - Method in class net.bugreaper.modules.mocks.MocksApi
- grabDataFromResponseByPath(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- grabDataFromResponseByPath(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseGrab
-
Return response body field data (any type)
- grabDataFromResponseByPathMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- grabExpectedCount(JSONObject) - Static method in class net.bugreaper.modules.mocks.enchanted.GetExpected
- grabResponseBody() - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- grabResponseBody() - Method in interface net.bugreaper.modules.api.assertable.ResponseGrab
-
Return response body
- grabResponseBodyMethod() - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- grabResponseHeader(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- grabResponseHeader(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseGrab
-
Return response header data
- grabResponseHeaderMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- grabStringFromResponseByPath(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- grabStringFromResponseByPath(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseGrab
-
Return response body field data (converted to String)
- grabStringFromResponseByPathMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
H
- headers - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- HEADERS_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
J
- JSON_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- JsonAsserts - Class in net.bugreaper.modules.mocks.asserts
- jsonDifLogic(String, String, boolean) - Static method in class net.bugreaper.modules.mocks.mappers.MapDifferenceReporter
- JsonMappersRest - Class in net.bugreaper.modules.mocks.mappers
L
- ListAsserts - Class in net.bugreaper.modules.mocks.asserts
- ListAssertsEvery - Class in net.bugreaper.modules.mocks.asserts
- logger - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- logger_mer - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
M
- MapDifferenceReporter - Class in net.bugreaper.modules.mocks.mappers
- MapDiffMapper - Class in net.bugreaper.modules.mocks.mappers
- maxResponseMsAssert - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- maxTimeoutMs - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
-
Default timeout for http connection
- MockEnchantedDiffer - Class in net.bugreaper.modules.mocks.enchanted
-
Work only for:
MocksApi.verifyMock(String)MocksApi.verifyMockWithAwait(String) - MockEnchantedException - Exception in net.bugreaper.modules.mocks.exceptions
- MockEnchantedException(String) - Constructor for exception net.bugreaper.modules.mocks.exceptions.MockEnchantedException
- MockEnchantedException(String, Throwable) - Constructor for exception net.bugreaper.modules.mocks.exceptions.MockEnchantedException
- mockJsonMatcherAllure(String[][], String, String, Boolean, String) - Static method in class net.bugreaper.modules.mocks.enchanted.EnchantedAllureLogic
- MocksApi - Class in net.bugreaper.modules.mocks
-
Class for API integration with mock-server
- MocksApi() - Constructor for class net.bugreaper.modules.mocks.MocksApi
-
Constructs mock-server client configuration.
- MocksApi(String, int) - Constructor for class net.bugreaper.modules.mocks.MocksApi
-
This constructor initializes client for interaction with mock-server
- mockSchemaMatcherAllure(String[][], List<String>) - Static method in class net.bugreaper.modules.mocks.enchanted.EnchantedAllureLogic
- MocksConfig - Interface in net.bugreaper.modules.mocks.interfaces
-
Interface that defines helper configuration methods for helper operations.
- MocksInt - Interface in net.bugreaper.modules.mocks.interfaces
-
Interface defines methods for facilitating helper interactions and assertions.
N
- net.bugreaper.modules.api - package net.bugreaper.modules.api
- net.bugreaper.modules.api.allurereporter - package net.bugreaper.modules.api.allurereporter
- net.bugreaper.modules.api.assertable - package net.bugreaper.modules.api.assertable
- net.bugreaper.modules.api.exception - package net.bugreaper.modules.api.exception
- net.bugreaper.modules.api.interfaces - package net.bugreaper.modules.api.interfaces
- net.bugreaper.modules.api.setup - package net.bugreaper.modules.api.setup
- net.bugreaper.modules.mocks - package net.bugreaper.modules.mocks
- net.bugreaper.modules.mocks.allurereporter - package net.bugreaper.modules.mocks.allurereporter
- net.bugreaper.modules.mocks.asserts - package net.bugreaper.modules.mocks.asserts
- net.bugreaper.modules.mocks.enchanted - package net.bugreaper.modules.mocks.enchanted
- net.bugreaper.modules.mocks.exceptions - package net.bugreaper.modules.mocks.exceptions
- net.bugreaper.modules.mocks.interfaces - package net.bugreaper.modules.mocks.interfaces
- net.bugreaper.modules.mocks.mappers - package net.bugreaper.modules.mocks.mappers
- NO_VALUE_MESSAGE - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- noRequestsCheck(String) - Static method in class net.bugreaper.modules.mocks.enchanted.MockEnchantedDiffer
P
- PASS - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- password - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- port - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
Q
- QUERY_PARAM_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- queryParams - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
R
- RAW_BODY_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- REPLACE_ABSENT_MESSAGE - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- reportSummaryTableBuilder(String, int, int, String[][], String[][], String[][], String[][], String[][]) - Static method in class net.bugreaper.modules.mocks.allurereporter.AllureBuilder
- REQUEST_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- requestHeaders - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- requestQueryParams - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- RequestTimeoutException - Exception in net.bugreaper.modules.api.exception
- RequestTimeoutException(String, Throwable) - Constructor for exception net.bugreaper.modules.api.exception.RequestTimeoutException
- resetMocks() - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Reset mock server
- resetMocks() - Method in class net.bugreaper.modules.mocks.MocksApi
- ResponseAsserts - Interface in net.bugreaper.modules.api.assertable
- ResponseGrab - Interface in net.bugreaper.modules.api.assertable
S
- SCHEMA_KEY - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- schemaCheckInList(String, List<String>) - Static method in class net.bugreaper.modules.mocks.asserts.ListAsserts
- seeResponseBodyElementsCount(int) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseBodyElementsCount(int) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Assert that response body(JsonArray) has exactly count elements
- seeResponseBodyElementsCountMethod(int) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseBodyFieldMatch(String, Matcher<?>) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseBodyFieldMatch(String, Matcher<?>) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Assert response Body field match matcher
- seeResponseBodyFieldMatchMethod(String, Matcher<?>) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseCodeIs(int) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseCodeIs(int) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Assert response StatusCode
- seeResponseCodeIsMethod(int) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseCodeIsSuccessful() - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseCodeIsSuccessful() - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Assert response StatusCode should be 2xx
- seeResponseCodeIsSuccessfulMethod() - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseContainsExtendedJson(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseContainsExtendedJson(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion contains and/or optional checks
- seeResponseContainsExtendedJsonMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseContainsJson(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseContainsJson(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion without strict array ordering
- seeResponseContainsJson(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseContainsJson(Path) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion without strict array ordering
- seeResponseContainsJsonMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseContainsJsonMethod(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseContainsJsonStrictOrder(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseContainsJsonStrictOrder(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion with strict array ordering
- seeResponseContainsJsonStrictOrderMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseContainsJsonSubset(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseContainsJsonSubset(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion without strict array ordering
- seeResponseContainsJsonSubsetMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseExactlyMatchJson(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseExactlyMatchJson(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion with strict array ordering
- seeResponseExactlyMatchJson(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseExactlyMatchJson(Path) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion with strict array ordering
- seeResponseExactlyMatchJsonIgnoringOrder(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseExactlyMatchJsonIgnoringOrder(String) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Json assertion without strict array ordering
- seeResponseExactlyMatchJsonIgnoringOrderMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseExactlyMatchJsonMethod(String) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseExactlyMatchJsonMethod(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseHeaderMatch(String, Matcher<?>) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseHeaderMatch(String, Matcher<?>) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Assert response header match matcher
- seeResponseHeaderMatchMethod(String, Matcher<?>) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseIsJsonType() - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseIsJsonType() - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Assert response is Json/JsonArray type
- seeResponseIsJsonTypeMethod() - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseMatchesJsonSchema(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseMatchesJsonSchema(Path) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Validate that the response matches the JSON schema
- seeResponseMatchesJsonSchemaMethod(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseMatchesXmlSchema(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseMatchesXmlSchema(Path) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Validate that the response matches the XML schema
- seeResponseMatchesXmlSchemaMethod(Path) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- seeResponseTimeLess(long) - Method in class net.bugreaper.modules.api.assertable.AssertableResponse
- seeResponseTimeLess(long) - Method in interface net.bugreaper.modules.api.assertable.ResponseAsserts
-
Assert response time less then maximum expected
- seeResponseTimeLessMethod(long) - Method in class net.bugreaper.modules.api.assertable.AssertableResponseAbstract
- sendDelete(String) - Method in class net.bugreaper.modules.api.Api
- sendDelete(String) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send DELETE request without body
- sendDelete(String, Object) - Method in class net.bugreaper.modules.api.Api
- sendDelete(String, Object) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send DELETE request with body
- sendGet(String) - Method in class net.bugreaper.modules.api.Api
- sendGet(String) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send GET request
- sendHead(String) - Method in class net.bugreaper.modules.api.Api
- sendHead(String) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send HEAD request
- sendOptions(String) - Method in class net.bugreaper.modules.api.Api
- sendOptions(String) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send OPTIONS request
- sendPatch(String, Object) - Method in class net.bugreaper.modules.api.Api
- sendPatch(String, Object) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send PATCH request with body
- sendPost(String) - Method in class net.bugreaper.modules.api.Api
- sendPost(String) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send POST request without body
- sendPost(String, Object) - Method in class net.bugreaper.modules.api.Api
- sendPost(String, Object) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send POST request with body
- sendPut(String) - Method in class net.bugreaper.modules.api.Api
- sendPut(String) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send PUT request without body
- sendPut(String, Object) - Method in class net.bugreaper.modules.api.Api
- sendPut(String, Object) - Method in interface net.bugreaper.modules.api.interfaces.ApiInt
-
Send PUT request with body
- setAwaitMs(int) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksConfig
-
Configure global await for asserts with await
- setAwaitMs(int) - Method in class net.bugreaper.modules.mocks.MocksApi
- setBasicAuth(String, String) - Method in class net.bugreaper.modules.api.Api
- setBasicAuth(String, String) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Sets Basic authentication
- setBearerAuth(String) - Method in class net.bugreaper.modules.api.Api
- setBearerAuth(String) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Sets Bearer authentication
- setContentType(ContentType) - Method in class net.bugreaper.modules.api.Api
- setContentType(ContentType) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set content type manually
ContentType - setContentTypeJson() - Method in class net.bugreaper.modules.api.Api
- setContentTypeJson() - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set content type JSON
- setContentTypeXml() - Method in class net.bugreaper.modules.api.Api
- setContentTypeXml() - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set content type XML
- setEnchantedReport(boolean) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksConfig
-
Enabling or disabling enchanted mockVerify report
- setEnchantedReport(boolean) - Method in class net.bugreaper.modules.mocks.MocksApi
- setHeader(String, Object) - Method in class net.bugreaper.modules.api.Api
- setHeader(String, Object) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Add or updates header globally (add to previously set)
- setHeaders(Map<String, Object>) - Method in class net.bugreaper.modules.api.Api
- setHeaders(Map<String, Object>) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set headers globally (overwrite previously set)
- setLogging(boolean) - Method in class net.bugreaper.modules.api.Api
- setLogging(boolean) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Enables or disables logging manually (debug log level will print logs anyway!)
- setLogging(boolean) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksConfig
-
Enables or disables logging manually (debug log level will print logs anyway!)
- setLogging(boolean) - Method in class net.bugreaper.modules.mocks.MocksApi
- setMaxResponseMsAssert(int) - Method in class net.bugreaper.modules.api.Api
- setMaxResponseMsAssert(int) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set maxResponseTimeout (does not break the connection - only assert)
- setNoAuth() - Method in class net.bugreaper.modules.api.Api
- setNoAuth() - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Unset all authentications
- setNoContentType() - Method in class net.bugreaper.modules.api.Api
- setNoContentType() - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set content type absent
- setQueryParams(Map<String, Object>) - Method in class net.bugreaper.modules.api.Api
- setQueryParams(Map<String, Object>) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set query parameters globally (overwrite previously set)
- setTimeoutMs(int) - Method in class net.bugreaper.modules.api.Api
- setTimeoutMs(int) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Set max request timeout(connection/read)
- showBaseRequestsList() - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Add attachment with mock requests list (only method and path)
- showBaseRequestsList() - Method in class net.bugreaper.modules.mocks.MocksApi
- showMockLogs() - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Add attachment with mock server logs (requests/responses)
- showMockLogs() - Method in class net.bugreaper.modules.mocks.MocksApi
- showMockRequests() - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Add attachment with requests to mock-server
- showMockRequests() - Method in class net.bugreaper.modules.mocks.MocksApi
- SKIP - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- SKIPPED_MESSAGE - Static variable in class net.bugreaper.modules.mocks.enchanted.EnchantedSetup
- summaryReport(int, String[][], String[][], String[][], String[][], JSONObject) - Static method in class net.bugreaper.modules.mocks.enchanted.SummaryReportForVerify
- SummaryReportForVerify - Class in net.bugreaper.modules.mocks.enchanted
U
- url - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- useBasicAuth - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
- username - Variable in class net.bugreaper.modules.api.setup.ApiAbstract
V
- verifyMock(String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Verify requests to mock-server by verify setup
- verifyMock(String) - Method in class net.bugreaper.modules.mocks.MocksApi
- verifyMockCustom(String, String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Verify requests to mock-server by setup from file
- verifyMockCustom(String, String) - Method in class net.bugreaper.modules.mocks.MocksApi
- verifyMockCustomWithAwait(String, String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Verify requests to mock-server by setup from file
- verifyMockCustomWithAwait(String, String) - Method in class net.bugreaper.modules.mocks.MocksApi
- verifyMockSequence(String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Verify sequence of requests to mock-server by verify setup
- verifyMockSequence(String) - Method in class net.bugreaper.modules.mocks.MocksApi
- verifyMockSequenceWithAwait(String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Verify sequence of requests to mock server by verify setup
- verifyMockSequenceWithAwait(String) - Method in class net.bugreaper.modules.mocks.MocksApi
- verifyMockWithAwait(String) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksInt
-
Verify requests to mock-server by verify setup
- verifyMockWithAwait(String) - Method in class net.bugreaper.modules.mocks.MocksApi
W
- withAwaitMs(int) - Method in interface net.bugreaper.modules.mocks.interfaces.MocksConfig
-
Configure await for next assert with await (than await rollback to global) global
MocksConfig.setAwaitMs(int)will be ignored - withAwaitMs(int) - Method in class net.bugreaper.modules.mocks.MocksApi
- withHeader(String, Object) - Method in class net.bugreaper.modules.api.Api
- withHeader(String, Object) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Add header for one next request (global headers will be ignored) use for specific request can be used multiple times to add multiple headers after request global headers are taken into account again
- withHeaders(Map<String, Object>) - Method in class net.bugreaper.modules.api.Api
- withHeaders(Map<String, Object>) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Add headers for one next request (global headers will be ignored) use for specific request after request global headers are taken into account again
- withQueryParam(String, Object) - Method in class net.bugreaper.modules.api.Api
- withQueryParam(String, Object) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Add query parameter once for next request (global query parameters will be ignored) use before specific request can be used multiple times to add multiple query parameters after request global query parameter are taken into account again
- withQueryParams(Map<String, Object>) - Method in class net.bugreaper.modules.api.Api
- withQueryParams(Map<String, Object>) - Method in interface net.bugreaper.modules.api.interfaces.ApiConfig
-
Add query parameters once for next request (global query parameters will be ignored) use before specific request after request global query parameter are taken into account again
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form