You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: migrate to MockitoExtension and clean up test structure
- Replace MockitoAnnotations.openMocks() with @ExtendWith(MockitoExtension.class)
- Remove public modifiers from test classes and methods (package-private)
- Clean up unnecessary imports and mock stubbings
- Ensure proper JUnit 5 + Mockito integration
Copy file name to clipboardExpand all lines: powertools-idempotency/powertools-idempotency-dynamodb/src/test/java/software/amazon/lambda/powertools/idempotency/persistence/dynamodb/DynamoDBPersistenceStoreTest.java
Copy file name to clipboardExpand all lines: powertools-idempotency/powertools-idempotency-dynamodb/src/test/java/software/amazon/lambda/powertools/idempotency/persistence/dynamodb/IdempotencyTest.java
0 commit comments