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

TEST: refactor test suite and test resources #781

Open
3 tasks
danglotb opened this issue May 3, 2019 · 0 comments
Open
3 tasks

TEST: refactor test suite and test resources #781

danglotb opened this issue May 3, 2019 · 0 comments

Comments

@danglotb
Copy link
Member

danglotb commented May 3, 2019

Currently, the test suite carries a lot of states. Taking care of resetting and cleaning this state is tedious, error-prone and not always possible.

Also, the sample test resources project is not well-formed since it mixes junit4 and junit5 tests. An issue is that the mvn test command line does not match junit5 tests cases.

  • remove redundant test resources
  • make the sample project works properly
  • find a way to minimize state between tests
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