PreferTestParameter
When exhaustively testing all values of a single enum or boolean parameter, prefer @TestParameter over @TestParameters.

Severity
WARNING

Suppression

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