Class FileTemplateCustomization

java.lang.Object
com.weirddev.testme.intellij.ui.customizedialog.FileTemplateCustomization

public class FileTemplateCustomization extends Object
customization of user selections
Author:
huangliang
  • Constructor Details

    • FileTemplateCustomization

      public FileTemplateCustomization(List<String> selectedFieldNameList, List<String> selectedMethodIdList, boolean openUserCheckDialog)
  • Method Details

    • getSelectedFieldNameList

      public List<String> getSelectedFieldNameList()
    • getSelectedMethodIdList

      public List<String> getSelectedMethodIdList()
    • isOpenUserCheckDialog

      public boolean isOpenUserCheckDialog()