Skip to content

Commit 6820aa1

Browse files
committed
test: Add unit tests for RetryInterceptor and RetryOptions to validate retry logic, configuration, and backoff strategies
1 parent eb995d9 commit 6820aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/com/contentstack/sdk/RetryInterceptorTest.java renamed to src/test/java/com/contentstack/sdk/TestRetryInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Unit tests for RetryInterceptor class.
1515
* Tests retry logic, backoff strategies, and error handling.
1616
*/
17-
class RetryInterceptorTest {
17+
class TestRetryInterceptor {
1818

1919
private RetryOptions retryOptions;
2020
private RetryInterceptor interceptor;

src/test/java/com/contentstack/sdk/RetryOptionsTest.java renamed to src/test/java/com/contentstack/sdk/TestRetryOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Unit tests for RetryOptions class.
1313
* Tests configuration, validation, and default values.
1414
*/
15-
class RetryOptionsTest {
15+
class TestRetryOptions {
1616

1717
private RetryOptions retryOptions;
1818

0 commit comments

Comments
 (0)