LoopToTestParameter
Migrate loops in tests to use github.com/google/TestParameterInjector. Test parameterization executes each input case in strict isolation, ensuring that a single failure doesn't halt the rest of your test case while providing clear, per-case reporting without the need for manual loops.

Severity
WARNING

Suppression

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