ErrorProneTestHelperSourceFormat
SUGGESTION
Style
Summary
Test code should follow the Google Java style
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("ErrorProneTestHelperSourceFormat")
to the enclosing element.Disable this pattern completely by adding
-Xep:ErrorProneTestHelperSourceFormat:OFF
as compiler argument. Learn more.