Package com.google.errorprone
-
Interface Summary Interface Description BugCheckerRefactoringTestHelper.FixChooser For checks that provide multiple possible fixes, chooses the one that will be applied for the test. -
Class Summary Class Description BugCheckerRefactoringTestHelper Compare a file transformed as suggested byBugChecker
to an expected source.CompilationTestHelper Helps test Error Prone bug checkers and compilations.DiagnosticTestHelper Utility class for tests which need to assert on the diagnostics produced during compilation.FileManagers ManagesJavacFileManager
s for use in Error Prone's test.FileObjects Factories for in-memoryJavaFileObject
s, for testing. -
Enum Summary Enum Description BugCheckerRefactoringTestHelper.FixChoosers Predefined FixChoosers for selecting a fix by its position in the listBugCheckerRefactoringTestHelper.TestMode Test mode for matching refactored source against expected source.