Class PreferTestParameter

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.PreferTestParameter
All Implemented Interfaces:
BugChecker.MethodTreeMatcher, Suppressible, Serializable

public final class PreferTestParameter extends BugChecker implements BugChecker.MethodTreeMatcher
Recommends using @TestParameter for enums and booleans instead of exhaustive @TestParameters.
See Also: