-
Notifications
You must be signed in to change notification settings - Fork 10
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 JUnit5 test coverage and documentation #16
Add JUnit5 test coverage and documentation #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Since we have multiple examples now, it would be great to also add titles to JUnit4 and JUnit5 examples so that they are visible in the table of contents
incorporated review comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to also update the ### Using the test container in JUnit 4/5
section with the JUnit 5 example. Arguably, JUnit 5 should go first and be used as a default in all other documentation sections that do not require both JUnit 4 and JUnit 5 examples
`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I will see how to optimize the vertical size of the examples later, maybe with expandable sections. But it looks good content-wise
@oleg-nenashev I have added existing example tests in JUnit 5.
Resolves #8