TestParametersNotInitialized
This test has @TestParameter fields but is using the default JUnit4 runner. The parameters will not be initialised beyond their default value.

Severity
ERROR

Suppression

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