-
Notifications
You must be signed in to change notification settings - Fork 473
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
Updated the fail() exceptions with Junit5. #159
base: master
Are you sure you want to change the base?
Conversation
@dota17 The title says "WIP". Are you still working on it? |
da7b8ba
to
b68fc69
Compare
Yes, I am. Thanks |
Hi @dota17 |
Hi @garydgregory |
… a specific exception was thrown instead of an org.junit.Test annotation with an expected
Hi @garydgregory |
org.junit.jupiter.api.Test was used as a drop in replacement for org.juit.Test without arguments. See 3.ii. for handling of @test annotations with an expected argument. org.junit.jupiter.api.BeforeEach was used as a drop in replacement for org.junit.Before. org.junit.jupiter.api.BeforeAll was used as a drop in replacement for org.junit.BeforeClass. org.junit.jupiter.api.Disabled was used as a drop in replacement for org.junit.Ignore.
comparators/AbstractComparatorTest.java org.junit.jupiter.api.Test was used as a drop in replacement for org.juit.Test without arguments. These Tests are with arguments, how to proceed? |
…ections into junit5WithExceptions
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.
@dota17 conflicts in this PR 👍
I just merged a series of JUnit 5 PRs; if this PR still contains changes not covered in git master, please rebase, if not, please close it. TY! |
I think JUnit 5 work might be done in master? |
No description provided.