Interface BugCheckerRefactoringTestHelper.FixChooser

All Known Implementing Classes:
BugCheckerRefactoringTestHelper.FixChoosers
Enclosing class:
BugCheckerRefactoringTestHelper

public static interface BugCheckerRefactoringTestHelper.FixChooser
For checks that provide multiple possible fixes, chooses the one that will be applied for the test.
  • Method Summary

    Modifier and Type
    Method
    Description
    choose(List<Fix> fixes)
     
  • Method Details