Class TruthConstantAsserts

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

public class TruthConstantAsserts extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Points out if Truth Library assert is called on a constant.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: