csekol
Results
1
issues of
csekol
Hi, I tried to execute the test interfaces from https://junit.org/junit5/docs/current/user-guide/#writing-tests-test-interfaces-and-default-methods, but I got an exception: ``` [info] Test com.example.StringTests#returnsNegativeNumberWhenComparedToLargerValue() started [error] Test com.example.StringTests failed: java.lang.RuntimeException: Test class com.example.ComparableContract is not...