Class TestMeConfig
java.lang.Object
com.weirddev.testme.intellij.configuration.TestMeConfig
Date: 29/07/2018
- Author:
- Yaron Yamin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setGenerateTestsForInheritedMethods
(boolean generateTestsForInheritedMethods) void
setOpenCustomizeTestDialog
(boolean openCustomizeTestDialog) void
setOptimizeImports
(boolean optimizeImports) void
setReformatCode
(boolean reformatCode) void
setRenderInternalMethodCallStubs
(boolean renderInternalMethodCallStubs) void
setReplaceFullyQualifiedNames
(boolean replaceFullyQualifiedNames) void
setThrowSpecificExceptionTypes
(boolean throwSpecificExceptionTypes)
-
Constructor Details
-
TestMeConfig
public TestMeConfig()
-
-
Method Details
-
getGenerateTestsForInheritedMethods
public boolean getGenerateTestsForInheritedMethods() -
setGenerateTestsForInheritedMethods
public void setGenerateTestsForInheritedMethods(boolean generateTestsForInheritedMethods) -
getReformatCode
public boolean getReformatCode() -
setReformatCode
public void setReformatCode(boolean reformatCode) -
getReplaceFullyQualifiedNames
public boolean getReplaceFullyQualifiedNames() -
setReplaceFullyQualifiedNames
public void setReplaceFullyQualifiedNames(boolean replaceFullyQualifiedNames) -
getOptimizeImports
public boolean getOptimizeImports() -
setOptimizeImports
public void setOptimizeImports(boolean optimizeImports) -
isRenderInternalMethodCallStubs
public boolean isRenderInternalMethodCallStubs() -
setRenderInternalMethodCallStubs
public void setRenderInternalMethodCallStubs(boolean renderInternalMethodCallStubs) -
isOpenCustomizeTestDialog
public boolean isOpenCustomizeTestDialog() -
setOpenCustomizeTestDialog
public void setOpenCustomizeTestDialog(boolean openCustomizeTestDialog) -
isThrowSpecificExceptionTypes
public boolean isThrowSpecificExceptionTypes() -
setThrowSpecificExceptionTypes
public void setThrowSpecificExceptionTypes(boolean throwSpecificExceptionTypes)
-