You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: