Class TruthAssertExpected

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

public final class TruthAssertExpected extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Detects usages of Truth assertions with the expected and actual values reversed.
Author:
ghm@google.com (Graeme Morgan)
See Also: