TruthContainsExactlyElementsInUsage
containsExactly is preferred over containsExactlyElementsIn when creating new iterables.
- Severity
- WARNING
- Tags
- Refactoring
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("TruthContainsExactlyElementsInUsage")
to the enclosing element.