Pattern: JUnit - fail()
without message
Issue: -
This rule detects JUnit calling the fail()
method without an argument. For better error reporting you should always provide a message.
Pattern: JUnit - fail()
without message
Issue: -
This rule detects JUnit calling the fail()
method without an argument. For better error reporting you should always provide a message.