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

Use JUnit 5 for all tests #91

Open
8 tasks
aurelien-baudet opened this issue Feb 8, 2020 · 0 comments
Open
8 tasks

Use JUnit 5 for all tests #91

aurelien-baudet opened this issue Feb 8, 2020 · 0 comments

Comments

@aurelien-baudet
Copy link
Member

  • Use Junit5 for all tests
    • Use @DisplayName to explain what is tested
    • Wait for GreenMail Junit5 extension
    • Add JUnit 5 extensions for SmppServer
    • ogham-all: functional testing oriented test names (as developer...). Need to check if multiline is accepted
    • Update all dependencies to work with JUnit 5
    • Use @valuesource and other cool features that simplifies tests when possible
    • Replace ExpectedException by assertThrows

Currently GreenMail doesn't provide JUnit 5 extension (not published) and Spock doesn't support JUnit 5. Need also to test PIT testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant