-
Notifications
You must be signed in to change notification settings - Fork 83
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
JUnit5 #52
base: master
Are you sure you want to change the base?
JUnit5 #52
Conversation
Todo: add actual descriptions to see what is going on
Increased Unit Test coverage
Test coverage improved.
Thank you that looks good. Could you resolve the conflicts so that I can merge? |
…rn-sandbox into Unit5 # Conflicts: # pom.xml # src/test/java/delight/nashornsandbox/TestSetWriter.java
Supposed to be resolved. I would note, that the CPU control isn't a 100%, it sometimes throws runtime exception instead of the expected CPU abuse exception (I would call it "at random"). That needs to be checked on, and it's gonna be a pain to resolve. |
Moved more test cases into the generic tests. Memory limitation might not work properly, needs a revisit.
Sorry I didn't get to this pull request before - I was a bit intimidated by the number of changes :) Would it be possible to remove the generated classes from the pull request? So that I could see easier how the individual tests have changed. Thank you! |
Unit tests refactored.