Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility classes to support java.util.logging testing #401

Merged
merged 1 commit into from
Jun 11, 2023

Conversation

karstenspang
Copy link

This PR resolves the issue: Helper class for testing java.util.logging code #400.

It adds a helper class to do the java.util.logging setup, as well as a Junit 5 extension that calls it.

It adds the jul-to-slf4j bridge as an optional dependency.

@codeclimate
Copy link

codeclimate bot commented Jun 10, 2023

Code Climate has analyzed commit 2904a78 and detected 0 issues on this pull request.

View more on Code Climate.

@valfirst valfirst added this to the 3.0.0 milestone Jun 11, 2023
@valfirst valfirst linked an issue Jun 11, 2023 that may be closed by this pull request
@valfirst valfirst merged commit 9993687 into valfirst:master Jun 11, 2023
@valfirst
Copy link
Owner

@karstenspang thank you!

@karstenspang karstenspang deleted the add-jul-test branch June 12, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helper class for testing java.util.logging code
2 participants