Redirect AppConfig errors during tests to some place other than out
Open
enhancement
- Dominant language
- Java
- Stars
- 25
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Logging and in particular failed startup all go to System.out and System.err. Need a way to redirect this during testing so the project is not so noisy during build.
This should be doable with a JUnit extension that can automatically redirect out at the start of a test class.
Contributor guide
Assessment
This issue has not been assessed yet.