rspec/rules/S5779/description.adoc

2 lines
258 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
Assertion methods are throwing a \"``++java.lang.AssertionError++``". If this call is done within the try block of a try-catch cathing a similar error, you should make sure to test some properties of the exception. Otherwise, the assertion will never fail.