ParametersButNotParameterized
This test has @Parameters but is using the default JUnit4 runner. The parameters will have no effect.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("ParametersButNotParameterized") to the enclosing element.