AssertThrowsBlockToExpression
assertThrows calls with lambdas containing a single statement can be expressed more concisely

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("AssertThrowsBlockToExpression") to the enclosing element.