Is there an easy way to tell JUnit that you only need a certain percentage or number of tests? I'm mostly looking for something at the method level, but the class is good too.
I understand that this is non-standard for unit tests, but I mainly work on machine learning, where I do not expect every test to pass.
source
share