A B C E F G I J N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ApiErrorTest - Class in com.guinetik.rr.result
-
Unit tests for
ApiError. - ApiErrorTest() - Constructor for class com.guinetik.rr.result.ApiErrorTest
- AuthStrategyFactoryTest - Class in com.guinetik.rr.auth
-
Unit tests for
AuthStrategyFactoryhelper methods (non-OAuth variants). - AuthStrategyFactoryTest() - Constructor for class com.guinetik.rr.auth.AuthStrategyFactoryTest
- AuthStrategyTest - Class in com.guinetik.rr.auth
-
Generic tests for the
AuthStrategycontract that apply to all simple strategies. - AuthStrategyTest() - Constructor for class com.guinetik.rr.auth.AuthStrategyTest
B
- BasicAuthStrategyTest - Class in com.guinetik.rr.auth
-
Unit tests for
BasicAuthStrategy. - BasicAuthStrategyTest() - Constructor for class com.guinetik.rr.auth.BasicAuthStrategyTest
- BearerTokenStrategyTest - Class in com.guinetik.rr.auth
-
Unit tests for
BearerTokenStrategy. - BearerTokenStrategyTest() - Constructor for class com.guinetik.rr.auth.BearerTokenStrategyTest
C
- CircuitBreakerClientTest - Class in com.guinetik.rr.http
-
Unit tests for CircuitBreakerClient focusing on validation, thread-safety, and the HALF_OPEN race condition fix.
- CircuitBreakerClientTest() - Constructor for class com.guinetik.rr.http.CircuitBreakerClientTest
- CircuitBreakerIntegrationTest - Class in com.guinetik.rr
-
Integration test for the Circuit Breaker functionality using a real HTTP client against httpstat.us service.
- CircuitBreakerIntegrationTest() - Constructor for class com.guinetik.rr.CircuitBreakerIntegrationTest
- CircuitBreakerTest - Class in com.guinetik.rr
-
Tests for the Circuit Breaker functionality
- CircuitBreakerTest() - Constructor for class com.guinetik.rr.CircuitBreakerTest
- com.guinetik.rr - package com.guinetik.rr
- com.guinetik.rr.auth - package com.guinetik.rr.auth
- com.guinetik.rr.http - package com.guinetik.rr.http
- com.guinetik.rr.interceptor - package com.guinetik.rr.interceptor
- com.guinetik.rr.json - package com.guinetik.rr.json
- com.guinetik.rr.request - package com.guinetik.rr.request
- com.guinetik.rr.result - package com.guinetik.rr.result
- com.guinetik.rr.util - package com.guinetik.rr.util
E
- email - Variable in class com.guinetik.rr.json.JsonObjectMapperTest.TestUser
F
- FluentApiTest - Class in com.guinetik.rr
-
Unit tests for the Fluent API with Result pattern
- FluentApiTest() - Constructor for class com.guinetik.rr.FluentApiTest
- FluentApiTest.User - Class in com.guinetik.rr
G
- getEmail() - Method in class com.guinetik.rr.FluentApiTest.User
- getId() - Method in class com.guinetik.rr.FluentApiTest.User
- getName() - Method in class com.guinetik.rr.FluentApiTest.User
I
- InterceptorTest - Class in com.guinetik.rr.interceptor
-
Tests for the interceptor infrastructure including RequestInterceptor, InterceptingClient, and RetryInterceptor.
- InterceptorTest() - Constructor for class com.guinetik.rr.interceptor.InterceptorTest
J
- JsonObjectMapperTest - Class in com.guinetik.rr.json
-
Unit tests for
JsonObjectMapper. - JsonObjectMapperTest() - Constructor for class com.guinetik.rr.json.JsonObjectMapperTest
- JsonObjectMapperTest.TestUser - Class in com.guinetik.rr.json
N
- name - Variable in class com.guinetik.rr.json.JsonObjectMapperTest.TestUser
- NoAuthStrategyTest - Class in com.guinetik.rr.auth
-
Unit tests for
NoAuthStrategy. - NoAuthStrategyTest() - Constructor for class com.guinetik.rr.auth.NoAuthStrategyTest
O
- OAuth2AssertionStrategyTest - Class in com.guinetik.rr.auth
-
Unit tests for
OAuth2AssertionStrategy. - OAuth2AssertionStrategyTest() - Constructor for class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- OAuth2ClientCredentialsStrategyTest - Class in com.guinetik.rr.auth
-
Unit tests for
OAuth2ClientCredentialsStrategy. - OAuth2ClientCredentialsStrategyTest() - Constructor for class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- OAuth2PasswordStrategyTest - Class in com.guinetik.rr.auth
-
Unit tests for
OAuth2PasswordStrategy. - OAuth2PasswordStrategyTest() - Constructor for class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
P
- PerformanceProfilingTest - Class in com.guinetik.rr
-
Performance profiling tests for RocketRest Tests HTTP request latency using https://httpstat.us service.
- PerformanceProfilingTest() - Constructor for class com.guinetik.rr.PerformanceProfilingTest
R
- RequestBuilderTest - Class in com.guinetik.rr.request
-
Unit tests for
RequestBuilderandRequestSpec. - RequestBuilderTest() - Constructor for class com.guinetik.rr.request.RequestBuilderTest
- ResponseLoggerTest - Class in com.guinetik.rr.util
-
Unit tests for
ResponseLogger. - ResponseLoggerTest() - Constructor for class com.guinetik.rr.util.ResponseLoggerTest
- ResultTest - Class in com.guinetik.rr.result
-
Unit tests for
Resultutility class. - ResultTest() - Constructor for class com.guinetik.rr.result.ResultTest
- RocketHeadersTest - Class in com.guinetik.rr.http
-
Unit tests for
RocketHeaders. - RocketHeadersTest() - Constructor for class com.guinetik.rr.http.RocketHeadersTest
- RocketRestConfigTest - Class in com.guinetik.rr
-
Unit tests for RocketRestConfig
- RocketRestConfigTest() - Constructor for class com.guinetik.rr.RocketRestConfigTest
- RocketRestMockTest - Class in com.guinetik.rr
-
Comprehensive tests for RocketRestMock functionality
- RocketRestMockTest() - Constructor for class com.guinetik.rr.RocketRestMockTest
- RocketRestOptionsTest - Class in com.guinetik.rr
-
Unit tests for
RocketRestOptions. - RocketRestOptionsTest() - Constructor for class com.guinetik.rr.RocketRestOptionsTest
- RocketRestTest - Class in com.guinetik.rr
-
Unit tests for RocketRest core functionality
- RocketRestTest() - Constructor for class com.guinetik.rr.RocketRestTest
- RocketSSLTest - Class in com.guinetik.rr.auth
- RocketSSLTest() - Constructor for class com.guinetik.rr.auth.RocketSSLTest
S
- setEmail(String) - Method in class com.guinetik.rr.FluentApiTest.User
- setId(int) - Method in class com.guinetik.rr.FluentApiTest.User
- setName(String) - Method in class com.guinetik.rr.FluentApiTest.User
- setUp() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- setUp() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- setUp() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- setUp() - Method in class com.guinetik.rr.auth.RocketSSLTest
- setUp() - Method in class com.guinetik.rr.CircuitBreakerIntegrationTest
- setUp() - Method in class com.guinetik.rr.CircuitBreakerTest
- setUp() - Method in class com.guinetik.rr.FluentApiTest
- setUp() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- setUp() - Method in class com.guinetik.rr.PerformanceProfilingTest
- setUp() - Method in class com.guinetik.rr.RocketRestMockTest
- setUp() - Method in class com.guinetik.rr.RocketRestOptionsTest
- setUp() - Method in class com.guinetik.rr.RocketRestTest
- setUp() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- StreamUtilsTest - Class in com.guinetik.rr.util
-
Unit tests for
StreamUtils. - StreamUtilsTest() - Constructor for class com.guinetik.rr.util.StreamUtilsTest
T
- tearDown() - Method in class com.guinetik.rr.CircuitBreakerIntegrationTest
- tearDown() - Method in class com.guinetik.rr.CircuitBreakerTest
- tearDown() - Method in class com.guinetik.rr.PerformanceProfilingTest
- tearDown() - Method in class com.guinetik.rr.RocketRestMockTest
- tearDown() - Method in class com.guinetik.rr.RocketRestTest
- testAccept() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testApplyAuthHeadersDoesNotModifyHeaders() - Method in class com.guinetik.rr.auth.NoAuthStrategyTest
- testApplyAuthHeadersSetsBasicAuthorization() - Method in class com.guinetik.rr.auth.BasicAuthStrategyTest
- testApplyAuthHeadersSetsBearerAuthorization() - Method in class com.guinetik.rr.auth.BearerTokenStrategyTest
- testApplyAuthHeadersWithToken() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testApplyAuthHeadersWithToken() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- testApplyAuthHeadersWithToken() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testAsMapIsUnmodifiable() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testAsyncApiMethods() - Method in class com.guinetik.rr.RocketRestTest
- testAsyncApiWithMock() - Method in class com.guinetik.rr.RocketRestMockTest
- testAsyncClientPerformance() - Method in class com.guinetik.rr.PerformanceProfilingTest
-
Tests the performance of asynchronous GET requests.
- testAuthError() - Method in class com.guinetik.rr.result.ApiErrorTest
- testAuthTypeEnumValues() - Method in class com.guinetik.rr.auth.AuthStrategyTest
- testAuthTypeIsAssertion() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testAuthTypeIsClientCredentials() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- testAuthTypeIsPassword() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testBasicAuth() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testBasicMockResponses() - Method in class com.guinetik.rr.RocketRestMockTest
- testBearerAuth() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testBooleanFromStringConversion() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testBuildDeleteRequest() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testBuildGetRequest() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testBuildPostRequestWithBody() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testBuildPutRequest() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testBuildRequestWithHeaders() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testBuildRequestWithQueryParams() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testBuildRequestWithSingleQueryParam() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testChainedBuilderMethods() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testCircuitBreakerClientPerformance() - Method in class com.guinetik.rr.PerformanceProfilingTest
-
Tests the performance impact of the circuit breaker.
- testCircuitBreakerIsDisabledByDefault() - Method in class com.guinetik.rr.CircuitBreakerTest
- testCircuitBreakerOpens() - Method in class com.guinetik.rr.CircuitBreakerIntegrationTest
- testCircuitBreakerOpens() - Method in class com.guinetik.rr.CircuitBreakerTest
- testCircuitBreakerOverhead() - Method in class com.guinetik.rr.PerformanceProfilingTest
-
This test specifically measures the overhead of the circuit breaker pattern by directly comparing standard client vs circuit breaker client performance.
- testCircuitBreakerResetsAfterTimeout() - Method in class com.guinetik.rr.CircuitBreakerIntegrationTest
-
This test is for manual verification as it depends on timing.
- testCircuitBreakerResetsAfterTimeout() - Method in class com.guinetik.rr.CircuitBreakerTest
- testCircuitBreakerWithFluentAPI() - Method in class com.guinetik.rr.CircuitBreakerIntegrationTest
- testCircuitBreakerWithFluentAPI() - Method in class com.guinetik.rr.CircuitBreakerTest
- testCircuitOpenError() - Method in class com.guinetik.rr.result.ApiErrorTest
- testCircuitOpensAfterThresholdFailures() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testCircuitStartsClosed() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testClientConfiguration() - Method in class com.guinetik.rr.RocketRestTest
- testClientConfigure() - Method in class com.guinetik.rr.RocketRestTest
- testClientInitialization() - Method in class com.guinetik.rr.RocketRestTest
- testCommonOptionKeys() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testConcurrentRequestsPerformance() - Method in class com.guinetik.rr.PerformanceProfilingTest
-
Tests performance under load by making concurrent requests.
- testConfigBuilder() - Method in class com.guinetik.rr.RocketRestConfigTest
- testConfigError() - Method in class com.guinetik.rr.result.ApiErrorTest
- testConfigureSslWhenDisabled() - Method in class com.guinetik.rr.auth.RocketSSLTest
- testConfigureSslWhenNullCertificateFile() - Method in class com.guinetik.rr.auth.RocketSSLTest
- testConfigureSslWhenNullCertificatePassword() - Method in class com.guinetik.rr.auth.RocketSSLTest
- testConfigureSslWhenNullConfig() - Method in class com.guinetik.rr.auth.RocketSSLTest
- testConstructor() - Method in class com.guinetik.rr.result.ApiErrorTest
- testConstructorAcceptsValidParameters() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testConstructorDefaultsNullFailurePolicy() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testConstructorRejectsNegativeDecayTime() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testConstructorRejectsNegativeFailureThreshold() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testConstructorRejectsNegativeResetTimeout() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testConstructorRejectsNullDelegate() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testConstructorRejectsZeroFailureThreshold() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testConstructorWithAdditionalParams() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testConstructorWithAdditionalParams() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- testConstructorWithAdditionalParams() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testContains() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testContentType() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testContentTypeConstants() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testCreateBasicAuth() - Method in class com.guinetik.rr.auth.AuthStrategyFactoryTest
- testCreateBearerToken() - Method in class com.guinetik.rr.auth.AuthStrategyFactoryTest
- testCreateBearerTokenWithCustomLogic() - Method in class com.guinetik.rr.auth.AuthStrategyFactoryTest
- testCreateNoAuth() - Method in class com.guinetik.rr.auth.AuthStrategyFactoryTest
- testCreateOAuth2ClientCredentialsRequiresTokenUrl() - Method in class com.guinetik.rr.auth.AuthStrategyFactoryTest
- testDefaultJson() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testDefaultOptions() - Method in class com.guinetik.rr.RocketRestConfigTest
- testDefaultOptions() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testEmptyHeadersCreation() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testEmptyJsonArray() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testEmptyJsonObject() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testEmptyQueryParams() - Method in class com.guinetik.rr.request.RequestBuilderTest
- testErrorTypeValues() - Method in class com.guinetik.rr.result.ApiErrorTest
- testFailureCreation() - Method in class com.guinetik.rr.result.ResultTest
- testFluentApiMethods() - Method in class com.guinetik.rr.RocketRestTest
- testFluentApiWithMock() - Method in class com.guinetik.rr.RocketRestMockTest
- testFluentChaining() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testFluentClientPerformance() - Method in class com.guinetik.rr.PerformanceProfilingTest
-
Tests the performance of the fluent API with Result pattern.
- testFluentErrorResponse() - Method in class com.guinetik.rr.FluentApiTest
- testFluentSuccessfulResponse() - Method in class com.guinetik.rr.FluentApiTest
- testFullConstructorRejectsNullDelegate() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testGetAssertion() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testGetBooleanWithDefault() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testGetDefault() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testGetInterceptorsReturnsUnmodifiableList() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testGetIntWithDefault() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testGetJsonNode() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testGetKeys() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testGetLongWithDefault() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testGetRaw() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testGetRawReturnsNullForMissing() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testGetSingleton() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testGetSSLContextWhenParametersInvalid() - Method in class com.guinetik.rr.auth.RocketSSLTest
- testGetSSLContextWithCachedContext() - Method in class com.guinetik.rr.auth.RocketSSLTest
- testGetStringWithDefault() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testHalfOpenAllowsOnlyOneTestRequest() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testHalfOpenTestFlagResetOnFailure() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testHalfOpenTestFlagResetOnSuccess() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testHasStatusCode() - Method in class com.guinetik.rr.result.ApiErrorTest
- testHeaderNameConstants() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testHeadersFromMap() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testHttpError() - Method in class com.guinetik.rr.result.ApiErrorTest
- testHttpErrorWithNullBody() - Method in class com.guinetik.rr.result.ApiErrorTest
- testInterceptingClientAcceptsNullInterceptors() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptingClientRejectsNullDelegate() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptorCanRecoverFromError() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptorDefaultMethods() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptorDefaultOnErrorRethrows() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptorModifiesRequest() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptorModifiesResponse() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptorOrderingAfterResponse() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testInterceptorOrderingBeforeRequest() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testIntFromStringConversion() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testInvalidJsonReturnsNull() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testInvocationCounting() - Method in class com.guinetik.rr.RocketRestMockTest
- testIsType() - Method in class com.guinetik.rr.result.ApiErrorTest
- testJsonNodeToMap() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testJsonObjectMapperInstance() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testJsonToListOfMap() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testJsonToObject() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testJsonToObjectWithUnknownProperties() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testLatencySimulation() - Method in class com.guinetik.rr.RocketRestMockTest
- testLogRawResponseWithDifferentStatusCodes() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogRawResponseWithEmptyHeaders() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogRawResponseWithLoggingDisabled() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogRawResponseWithLoggingEnabled() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogResponseBodyTruncation() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogResponseBodyWithCustomMaxLength() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogResponseBodyWithEmptyBody() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogResponseBodyWithLoggingDisabled() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogResponseBodyWithLoggingEnabled() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogResponseBodyWithNullBody() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogWithDefaultOptions() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testLogWithOnlyLoggingEnabledFalse() - Method in class com.guinetik.rr.util.ResponseLoggerTest
- testManualResetClearsAllState() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testMap() - Method in class com.guinetik.rr.result.ResultTest
- testMatchConsumers() - Method in class com.guinetik.rr.result.ResultTest
- testMaxRetriesExceeded() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testMerge() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testMergeDoesNotModifyOriginal() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testMetricsIncludeHalfOpenTestStatus() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testMultipleLatencyPatterns() - Method in class com.guinetik.rr.RocketRestMockTest
- testNeedsRefresh() - Method in class com.guinetik.rr.auth.BasicAuthStrategyTest
- testNeedsRefresh() - Method in class com.guinetik.rr.auth.NoAuthStrategyTest
- testNeedsTokenRefresh() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testNeedsTokenRefresh() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- testNeedsTokenRefresh() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testNeedsTokenRefreshDefaultBehaviour() - Method in class com.guinetik.rr.auth.AuthStrategyTest
- testNetworkError() - Method in class com.guinetik.rr.result.ApiErrorTest
- testNoRetryOn4xxClientError() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testNoRetryOnCircuitBreakerOpen() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testNullHandling() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testNullKey() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testNullValue() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testOpenCircuitRejectsRequests() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testOverwriteValue() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testParseError() - Method in class com.guinetik.rr.result.ApiErrorTest
- testPayloadSizeImpact() - Method in class com.guinetik.rr.PerformanceProfilingTest
-
Tests performance with different payload sizes
- testPrepareTokenRequestParams() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testPrepareTokenRequestParams() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- testPrepareTokenRequestParamsForPasswordGrant() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testPrepareTokenRequestParamsWithoutClientCredentials() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testPrepareTokenRequestParamsWithoutCompanyId() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testPrepareTokenRequestParamsWithRefreshToken() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testProcessTokenResponseWithRefreshToken() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testReadErrorStream() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadErrorStreamWithEmpty() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadErrorStreamWithNull() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadInputStreamAsString() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadInputStreamAsStringWithEmptyStream() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadInputStreamAsStringWithJson() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadInputStreamAsStringWithLargeContent() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadInputStreamAsStringWithMultiline() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadInputStreamAsStringWithNull() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testReadInputStreamAsStringWithUnicode() - Method in class com.guinetik.rr.util.StreamUtilsTest
- testRefreshCredentialsAlwaysTrue() - Method in class com.guinetik.rr.auth.BasicAuthStrategyTest
- testRefreshCredentialsAlwaysTrue() - Method in class com.guinetik.rr.auth.NoAuthStrategyTest
- testRefreshCredentialsCustomLogic() - Method in class com.guinetik.rr.auth.BearerTokenStrategyTest
- testRefreshCredentialsDefaultReturnsFalse() - Method in class com.guinetik.rr.auth.BearerTokenStrategyTest
- testRefreshCredentialsWithEmptyAssertion() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testRegexPatternMatching() - Method in class com.guinetik.rr.RocketRestMockTest
- testRemove() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testResponseTypeConversion() - Method in class com.guinetik.rr.RocketRestMockTest
- testResultPatternHandling() - Method in class com.guinetik.rr.FluentApiTest
- testRetryInterceptorBuilder() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testRetryInterceptorRejectsLowMultiplier() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testRetryInterceptorRejectsNegativeDelay() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testRetryInterceptorRejectsNegativeRetries() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testRetryOn408RequestTimeout() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testRetryOn429TooManyRequests() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testRetryOnConnectionError() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testRetryOnServerError() - Method in class com.guinetik.rr.interceptor.InterceptorTest
- testSetAndGet() - Method in class com.guinetik.rr.http.RocketHeadersTest
- testSetAndGetBoolean() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testSetAndGetInt() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testSetAndGetLong() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testSetAndGetString() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testSetWithRocketRestOptionKeys() - Method in class com.guinetik.rr.RocketRestOptionsTest
- testSSLCertificateGetterSetter() - Method in class com.guinetik.rr.auth.RocketSSLTest
- testSuccessCreation() - Method in class com.guinetik.rr.result.ResultTest
- testSuccessfulRequest() - Method in class com.guinetik.rr.CircuitBreakerIntegrationTest
- testSuccessfulRequestKeepsCircuitClosed() - Method in class com.guinetik.rr.http.CircuitBreakerClientTest
- testSyncApiMethods() - Method in class com.guinetik.rr.RocketRestTest
- testSyncClientPerformance() - Method in class com.guinetik.rr.PerformanceProfilingTest
-
Tests the performance of synchronous GET requests.
- testToJsonString() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testToJsonStringNoIndent() - Method in class com.guinetik.rr.json.JsonObjectMapperTest
- testToString() - Method in class com.guinetik.rr.result.ApiErrorTest
- testToStringWithoutStatusCode() - Method in class com.guinetik.rr.result.ApiErrorTest
- testUnwrapFailureThrows() - Method in class com.guinetik.rr.result.ResultTest
- TestUser() - Constructor for class com.guinetik.rr.json.JsonObjectMapperTest.TestUser
- TestUser(String, String) - Constructor for class com.guinetik.rr.json.JsonObjectMapperTest.TestUser
- testValidateCredentialsFailsWithNullClientId() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testValidateCredentialsFailsWithNullClientId() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- testValidateCredentialsFailsWithNullClientSecret() - Method in class com.guinetik.rr.auth.OAuth2ClientCredentialsStrategyTest
- testValidateCredentialsFailsWithNullGrantType() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testValidateCredentialsFailsWithNullPassword() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testValidateCredentialsFailsWithNullPrivateKey() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testValidateCredentialsFailsWithNullUserId() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
- testValidateCredentialsFailsWithNullUsername() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testValidateCredentialsSucceedsWithNullClientId() - Method in class com.guinetik.rr.auth.OAuth2PasswordStrategyTest
- testValidateCredentialsSucceedsWithNullCompanyId() - Method in class com.guinetik.rr.auth.OAuth2AssertionStrategyTest
U
- User() - Constructor for class com.guinetik.rr.FluentApiTest.User
- User(int, String, String) - Constructor for class com.guinetik.rr.FluentApiTest.User
All Classes All Packages