Class CannotMockFinalClass

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

public class CannotMockFinalClass extends BugChecker implements BugChecker.MethodInvocationTreeMatcher, BugChecker.VariableTreeMatcher
Bug pattern to recognize attempts to mock final types.
Author:
Louis Wasserman
See Also: