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
Resolves#443.
This PR implements `CentralDogmaExtension` to support JUnit 5.
line/armeria#1736 was used as a base example.
#### Changes:
- Move logic from `CentralDogmaRule` to `CentralDogmaRuleDelegate` in `testing:common`
- Implement `CentralDogmaRule` (`testing:junit4`) and `CentralDogmaExtension` (`testing:junit`)
- Migrate some existing tests to JUnit 5
#### Notes:
- JUnit 5 doesn't support extensions inside extensions yet, so I couldn't use `@TempDir` for the data directory
- `@TempDir` has issues deleting read-only files on Windows at the moment, so some tests cannot be migrated until JUnit 5.6 is released
0 commit comments