Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- Abort - Enum constant in enum class com.weirddev.testme.intellij.action.helpers.ClassNameSelection.UserDecision
- AccessLevelReflectionUtils - Class in com.weirddev.testme.intellij.utils
-
Date: 2/13/2017
- AccessLevelReflectionUtils() - Constructor for class com.weirddev.testme.intellij.utils.AccessLevelReflectionUtils
- additionalActions - Variable in class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.GotoData
- addName(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager.State
- addRecentName(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- addTemplate(String, String) - Method in class com.weirddev.testme.intellij.ui.template.FTManager
- addTemplate(String, String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- apply() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- apply() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- apply() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- arrayDimensions(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- asHtml() - Method in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- AUTOWIRED - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
B
- build(FileTemplateContext, Properties) - Method in class com.weirddev.testme.intellij.generator.TestTemplateContextBuilder
- buildMockArgsMatchers(List<Param>, String) - Method in interface com.weirddev.testme.intellij.template.context.MockBuilder
-
constructs mocked arguments expression
- buildMockArgsMatchers(List<Param>, String) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
constructs mocked arguments expression
- buildPrameterizedTestComponents(Method, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.impl.TestBuilderImpl
- buildPrameterizedTestComponents(Method, Map<String, String>, Map<String, String>, Map<String, String>) - Method in interface com.weirddev.testme.intellij.template.context.TestBuilder
-
build constructs for composing a parameterized test call
C
- Cache<K,
V> - Interface in com.weirddev.testme.intellij.cache - CacheStats(long, long, long) - Constructor for class com.weirddev.testme.intellij.cache.LruCache.CacheStats
- camelCaseToWords(String) - Static method in class com.weirddev.testme.intellij.template.context.StringUtils
- capitalizeFirstLetter(String) - Static method in class com.weirddev.testme.intellij.template.context.StringUtils
- CLASS_NAME - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Tested class name
- ClassNameSelection - Class in com.weirddev.testme.intellij.action.helpers
-
Date: 18/03/2017
- ClassNameSelection(String, ClassNameSelection.UserDecision) - Constructor for class com.weirddev.testme.intellij.action.helpers.ClassNameSelection
- ClassNameSelection.UserDecision - Enum Class in com.weirddev.testme.intellij.action.helpers
- ClassNameUtils - Class in com.weirddev.testme.intellij.utils
-
Date: 15/11/2016
- ClassNameUtils() - Constructor for class com.weirddev.testme.intellij.utils.ClassNameUtils
- CodeRefactorUtil - Class in com.weirddev.testme.intellij.generator
- CodeRefactorUtil() - Constructor for class com.weirddev.testme.intellij.generator.CodeRefactorUtil
- collectSuitableDestinationSourceRoots(Module, List<VirtualFile>) - Static method in class com.weirddev.testme.intellij.action.helpers.TargetDirectoryLocator
- com.weirddev.testme.intellij - package com.weirddev.testme.intellij
- com.weirddev.testme.intellij.action - package com.weirddev.testme.intellij.action
- com.weirddev.testme.intellij.action.helpers - package com.weirddev.testme.intellij.action.helpers
- com.weirddev.testme.intellij.builder - package com.weirddev.testme.intellij.builder
- com.weirddev.testme.intellij.cache - package com.weirddev.testme.intellij.cache
- com.weirddev.testme.intellij.common.reflection - package com.weirddev.testme.intellij.common.reflection
- com.weirddev.testme.intellij.common.utils - package com.weirddev.testme.intellij.common.utils
- com.weirddev.testme.intellij.configuration - package com.weirddev.testme.intellij.configuration
- com.weirddev.testme.intellij.generator - package com.weirddev.testme.intellij.generator
- com.weirddev.testme.intellij.groovy.resolvers - package com.weirddev.testme.intellij.groovy.resolvers
- com.weirddev.testme.intellij.icon - package com.weirddev.testme.intellij.icon
- com.weirddev.testme.intellij.resolvers.to - package com.weirddev.testme.intellij.resolvers.to
- com.weirddev.testme.intellij.scala.resolvers - package com.weirddev.testme.intellij.scala.resolvers
- com.weirddev.testme.intellij.scala.utils - package com.weirddev.testme.intellij.scala.utils
- com.weirddev.testme.intellij.template - package com.weirddev.testme.intellij.template
- com.weirddev.testme.intellij.template.context - package com.weirddev.testme.intellij.template.context
- com.weirddev.testme.intellij.template.context.impl - package com.weirddev.testme.intellij.template.context.impl
- com.weirddev.testme.intellij.ui.customizedialog - package com.weirddev.testme.intellij.ui.customizedialog
- com.weirddev.testme.intellij.ui.model - package com.weirddev.testme.intellij.ui.model
- com.weirddev.testme.intellij.ui.popup - package com.weirddev.testme.intellij.ui.popup
- com.weirddev.testme.intellij.ui.settings - package com.weirddev.testme.intellij.ui.settings
- com.weirddev.testme.intellij.ui.template - package com.weirddev.testme.intellij.ui.template
- com.weirddev.testme.intellij.utils - package com.weirddev.testme.intellij.utils
- COMMENTED_IMPORT_TOKEN - Static variable in class com.weirddev.testme.intellij.generator.CodeRefactorUtil
- COMPONENT - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- computeSuitableTestRootUrls(Module) - Static method in class com.weirddev.testme.intellij.action.CreateTestMeAction
- computeTestRoots(Module) - Static method in class com.weirddev.testme.intellij.action.CreateTestMeAction
- CONFIGURATION - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- ConfigurationLinkAction - Class in com.weirddev.testme.intellij.ui.popup
- ConfigurationLinkAction() - Constructor for class com.weirddev.testme.intellij.ui.popup.ConfigurationLinkAction
- CONTROLLER - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- create(PsiClass, PsiPackage, boolean) - Static method in class com.weirddev.testme.intellij.template.TypeDictionary
- createComponent() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- createComponent() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- createComponent() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- createDefaultLexer() - Static method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- createMethod(PsiMethod, PsiClass, int, TypeDictionary, PsiType) - Static method in class com.weirddev.testme.intellij.builder.MethodFactory
- createMockitoMockBuilder(FileTemplateContext, TestSubjectInspector, List<String>) - Method in class com.weirddev.testme.intellij.generator.MockBuilderFactory
- createPowerMockBuilder(FileTemplateContext, TestSubjectInspector, List<String>) - Method in class com.weirddev.testme.intellij.generator.MockBuilderFactory
- createScalaImport(Project, String) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiRefactoringUtils
- createTest(Editor, PsiFile, TemplateDescriptor) - Method in class com.weirddev.testme.intellij.action.TestMeCreator
- createTestBuilder(Method, TestBuilder.ParamRole, Map<String, String>, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.impl.LangTestBuilderFactory
- CreateTestMeAction - Class in com.weirddev.testme.intellij.action
-
Date: 10/18/2016
- CreateTestMeAction(TemplateDescriptor) - Constructor for class com.weirddev.testme.intellij.action.CreateTestMeAction
- CustomizeTestDialog - Class in com.weirddev.testme.intellij.ui.customizedialog
-
dialog for user to check fields mockable and methods testable
- CustomizeTestDialog(Project, String, PsiClass, FileTemplateContext) - Constructor for class com.weirddev.testme.intellij.ui.customizedialog.CustomizeTestDialog
D
- DAY_NUMERIC - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Current Day of month for numeric calculations.
- deCapitalizeFirstLetter(String) - Static method in class com.weirddev.testme.intellij.template.context.StringUtils
- DEFAULT_MAX_RECURSION_DEPTH - Static variable in class com.weirddev.testme.intellij.template.FileTemplateConfig
- DiClassAnnotationEnum - Enum Class in com.weirddev.testme.intellij.template.context
- DiFieldAnnotationEnum - Enum Class in com.weirddev.testme.intellij.template.context
- dispose() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeSettingsForm
- disposeUIResources() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- disposeUIResources() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- disposeUIResources() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
E
- encodeFileName(String, String) - Static method in class com.weirddev.testme.intellij.ui.template.FTManager
- equals(Object) - Method in class com.weirddev.testme.intellij.icon.IconizedLabel
- equals(Object) - Method in class com.weirddev.testme.intellij.resolvers.to.MethodCallArg
- equals(Object) - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.Field
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.Method
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.MethodCall
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.MethodCallArgument
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.Param
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.Reference
- equals(Object) - Method in class com.weirddev.testme.intellij.template.context.Type
- equals(Object) - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- execute(Project, Continuation<? super Unit>) - Method in class com.weirddev.testme.intellij.TestMePluginRegistration
- execute(Project) - Method in class com.weirddev.testme.intellij.action.TestMeAdditionalAction
- execute(Project) - Method in class com.weirddev.testme.intellij.ui.popup.ConfigurationLinkAction
- execute(Project) - Method in interface com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.AdditionalAction
- extractClassName(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- extractContainerType(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- extractGenerics(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- extractGenericTypes(String) - Static method in class com.weirddev.testme.intellij.scala.utils.GenericsExpressionParser
- extractPackageName(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- extractTargetPropertyName(String, boolean, boolean) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
F
- Field - Class in com.weirddev.testme.intellij.template.context
-
Class field.
- Field(PsiField, PsiClass, TypeDictionary, int) - Constructor for class com.weirddev.testme.intellij.template.context.Field
- filenameToTemplateName(String) - Static method in class com.weirddev.testme.intellij.utils.TemplateFileNameFormatter
- FileTemplateConfig - Class in com.weirddev.testme.intellij.template
-
Date: 25/09/2017
- FileTemplateConfig(TestMeConfig) - Constructor for class com.weirddev.testme.intellij.template.FileTemplateConfig
- FileTemplateConfigurable - Class in com.weirddev.testme.intellij.ui.template
- FileTemplateConfigurable(Project) - Constructor for class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- FileTemplateContext - Class in com.weirddev.testme.intellij.template
-
Date: 10/19/2016
- FileTemplateContext(FileTemplateDescriptor, Language, Project, String, PsiPackage, Module, Module, PsiDirectory, PsiClass, FileTemplateConfig, FileTemplateCustomization) - Constructor for class com.weirddev.testme.intellij.template.FileTemplateContext
- FileTemplateCustomization - Class in com.weirddev.testme.intellij.ui.customizedialog
-
customization of user selections
- FileTemplateCustomization(List<String>, List<String>, boolean) - Constructor for class com.weirddev.testme.intellij.ui.customizedialog.FileTemplateCustomization
- FileTemplateHighlighter - Class in com.weirddev.testme.intellij.ui.template
- FileTemplateHighlighter() - Constructor for class com.weirddev.testme.intellij.ui.template.FileTemplateHighlighter
- FileTemplateLoadResult - Class in com.weirddev.testme.intellij.ui.template
- FileTemplateLoadResult() - Constructor for class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- FileTemplateLoadResult(MultiMap<String, DefaultTemplate>) - Constructor for class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- FileTemplateLoadResult(MultiMap<String, DefaultTemplate>, URL, URL) - Constructor for class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- findChildObjectsQualifiedNameInFile(PsiClass) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- findConstructors() - Method in class com.weirddev.testme.intellij.template.context.Type
-
Find methods that are constructors
- findCustomTestTemplate(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- findInternalTemplate(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- findMethodCalls(PsiElement) - Static method in class com.weirddev.testme.intellij.groovy.resolvers.GroovyPsiTreeUtils
- findMethodCalls(PsiMethod) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- findMethodCalls(PsiMethod) - Static method in class com.weirddev.testme.intellij.utils.JavaPsiTreeUtils
- findMethodReferences(PsiMethod) - Static method in class com.weirddev.testme.intellij.utils.JavaPsiTreeUtils
- findOptimalConstructor(Type) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
-
find an optimal constructor in type declaration.
- findOptimalCursorLocation(PsiClass) - Method in class com.weirddev.testme.intellij.generator.TestClassElementsLocator
- findReferences(PsiElement) - Static method in class com.weirddev.testme.intellij.groovy.resolvers.GroovyPsiTreeUtils
- findReferences(PsiMethod) - Static method in class com.weirddev.testme.intellij.utils.JavaPsiTreeUtils
- findTemplateByName(String) - Method in class com.weirddev.testme.intellij.ui.template.FTManager
-
Disabled templates are never returned
- focusToExtensionField() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- focusToNameField() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- formatClonedName(String, String) - Method in class com.weirddev.testme.intellij.icon.TemplateNameFormatter
- formatMethodId(PsiMethod) - Static method in class com.weirddev.testme.intellij.common.utils.PsiMethodUtils
- formatSpockDataParameters(Map<String, String>, String) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
-
Constructs a formatted string of parameterized params table for spock test.
- formatSpockParamNamesTitle(Map<String, String>, boolean) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- formatWithInnerImages(String) - Method in class com.weirddev.testme.intellij.icon.TemplateNameFormatter
- FTFolderManager - Class in com.weirddev.testme.intellij.template
- FTFolderManager(String) - Constructor for class com.weirddev.testme.intellij.template.FTFolderManager
- FTManager - Class in com.weirddev.testme.intellij.ui.template
G
- GeneratedClassNameResolver - Class in com.weirddev.testme.intellij.action.helpers
- GeneratedClassNameResolver() - Constructor for class com.weirddev.testme.intellij.action.helpers.GeneratedClassNameResolver
- generateTest(FileTemplateContext) - Method in class com.weirddev.testme.intellij.generator.TestMeGenerator
- Generic - Enum constant in enum class com.weirddev.testme.intellij.template.context.SyntheticParam.UsageContext
- GENERICS_END - Static variable in class com.weirddev.testme.intellij.scala.utils.GenericsExpressionParser
- GENERICS_START - Static variable in class com.weirddev.testme.intellij.scala.utils.GenericsExpressionParser
- GenericsExpressionParser - Class in com.weirddev.testme.intellij.scala.utils
-
Date: 15/12/2017
- GenericsExpressionParser() - Constructor for class com.weirddev.testme.intellij.scala.utils.GenericsExpressionParser
- get(String) - Static method in class com.weirddev.testme.intellij.icon.IconRegistry
- getAllCodeTemplates() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getAllJ2eeTemplates() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getAllPatterns() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getAllTemplates() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getArrayDimensions() - Method in class com.weirddev.testme.intellij.template.context.Type
-
no.
- getAssignedToFields() - Method in class com.weirddev.testme.intellij.template.context.Param
-
class field assigment to by this argument, if any.
- getCanonicalName() - Method in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- getCanonicalName() - Method in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
- getCanonicalName() - Method in class com.weirddev.testme.intellij.template.context.Type
-
Full canonical name including package
- getChildObjectsQualifiedNames() - Method in class com.weirddev.testme.intellij.template.context.Type
-
relevant of scala sealed classes
- getChildrenRelativePaths(URL) - Static method in class com.weirddev.testme.intellij.ui.template.UrlUtil
- getClassName() - Method in class com.weirddev.testme.intellij.action.helpers.ClassNameSelection
- getCodeTemplate(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getComposedTypes() - Method in class com.weirddev.testme.intellij.template.context.Type
-
Used types of generic params if relevant
- getContainingClass(PsiElement) - Static method in class com.weirddev.testme.intellij.action.CreateTestMeAction
- getCurrentScheme() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getDarkIcon() - Method in class com.weirddev.testme.intellij.icon.IconizedLabel
- getDarkIcon() - Method in class com.weirddev.testme.intellij.icon.IconRegistry.IconDescriptor
- getDarkIcon() - Method in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- getDarkIconUrl() - Method in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- getData() - Method in class com.weirddev.testme.intellij.utils.Node
- getDefaultIncludeDescription() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- getDefaultInstance() - Static method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getDefaultProperties() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getDefaultTemplate(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getDefaultTemplateDescription() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- getDefaultTemplateDescription() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getDepth() - Method in class com.weirddev.testme.intellij.utils.Node
- getDescription() - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- getDirectMethodCalls() - Method in class com.weirddev.testme.intellij.template.context.Method
-
methods called directly from this method
- getDirResources(String) - Static method in class com.weirddev.testme.intellij.utils.ResourceLoader
- getDisplayName() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- getDisplayName() - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- getDisplayName() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- getDisplayName() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- getDisplayName() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- getEnabledTemplateDescriptors() - Method in class com.weirddev.testme.intellij.template.TemplateRegistry
- getEnumValues() - Method in class com.weirddev.testme.intellij.template.context.Type
-
enum name values.
- getExtension() - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- getFamilyName() - Method in class com.weirddev.testme.intellij.action.CreateTestMeAction
- getField(Field, Object) - Static method in class com.weirddev.testme.intellij.utils.AccessLevelReflectionUtils
- getFields() - Method in class com.weirddev.testme.intellij.template.context.Type
-
fields defined for this type
- getFilename() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- getFileTemplateConfig() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getFileTemplateCustomization() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getFileTemplateDescriptor() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getGenerateTestsForInheritedMethods() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- getHelpPageUrl(String) - Method in class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- getHelpTopic() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- getHelpTopic() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- getHelpTopic() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- getHelpTopicPrefix() - Method in class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- getHighlightingLexer() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateHighlighter
- getHtmlDisplayName() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- getIcon() - Method in class com.weirddev.testme.intellij.action.TestMeAdditionalAction
- getIcon() - Method in class com.weirddev.testme.intellij.icon.IconizedLabel
- getIcon() - Method in class com.weirddev.testme.intellij.icon.IconRegistry.IconDescriptor
- getIcon() - Method in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- getIcon() - Method in class com.weirddev.testme.intellij.ui.popup.ConfigurationLinkAction
- getIcon() - Method in interface com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.AdditionalAction
- getIconUrl() - Method in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- getId() - Method in class com.weirddev.testme.intellij.icon.IconRegistry.IconDescriptor
- getId() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- getId() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- getIds() - Static method in class com.weirddev.testme.intellij.icon.IconRegistry
- getImmockabiliyReason(String, Field) - Method in interface com.weirddev.testme.intellij.template.context.MockBuilder
-
constructs an error message explaining why field cannot be mocked
- getImmockabiliyReason(String, Field) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
constructs an error message explaining why field cannot be mocked
- getImplementedInterfaces() - Method in class com.weirddev.testme.intellij.template.context.Type
-
interfaces implemented by this type if any
- getIndirectlyAffectedFields() - Method in class com.weirddev.testme.intellij.template.context.Method
-
Fields affected (assigned to) by methods called from this method.
- getInitMocksMethod() - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
- getInstance() - Static method in class com.weirddev.testme.intellij.configuration.TestMeConfigPersistent
- getInstance(Project) - Static method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getInternalReferences() - Method in class com.weirddev.testme.intellij.template.context.Method
-
references included in this method's implementation
- getInternalTemplate(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getInternalTemplates() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getJ2eeTemplate(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getJava9ReplacementTypes() - Static method in class com.weirddev.testme.intellij.template.context.TestBuilderTypes
- getJava9ReplacementTypesForReturn() - Static method in class com.weirddev.testme.intellij.template.context.TestBuilderTypes
- getJavaFutureTypes() - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- getLanguage() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getLanguage() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- getLastModified(Resource) - Method in class com.weirddev.testme.intellij.generator.TestMeResourceLoader
- getLegacyJavaReplacementTypes() - Static method in class com.weirddev.testme.intellij.template.context.TestBuilderTypes
- getLegacyJavaReplacementTypesForReturn() - Static method in class com.weirddev.testme.intellij.template.context.TestBuilderTypes
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.weirddev.testme.intellij.ui.popup.TestMeActionCellRenderer
- getMaxNumOfConcreteCandidatesToReplaceInterfaceParam() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- getMaxRecursionDepth() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- getMethod() - Method in class com.weirddev.testme.intellij.template.context.MethodCall
-
Method being invoked
- getMethodCallArguments() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall
- getMethodCallArguments() - Method in class com.weirddev.testme.intellij.template.context.MethodCall
-
Method call arguments being passed
- getMethodCalls() - Method in class com.weirddev.testme.intellij.template.context.Method
-
methods called directly from this method or on the call stack from this method via other methods belonging to the same type hierarchy
- getMethodClassParamsStr() - Method in class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
-
parameterized method invocation expression
- getMethodExceptionTypes() - Method in class com.weirddev.testme.intellij.template.context.Method
-
method exception types
- getMethodId() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall
- getMethodId() - Method in class com.weirddev.testme.intellij.template.context.Method
-
formatted method id.
- getMethodParams() - Method in class com.weirddev.testme.intellij.template.context.Method
-
method arguments
- getMethodReferences() - Method in class com.weirddev.testme.intellij.template.context.Method
-
methods referenced from this method.
- getMethods() - Method in class com.weirddev.testme.intellij.template.context.Type
-
type's methods if relevant
- getMinPercentOfExcessiveSettersToPreferMapCtor() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- getMinPercentOfInteractionWithPropertiesToTriggerConstructorOptimization() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- getMockitoCoreVersion() - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
Mockito core version.
- getName() - Method in class com.weirddev.testme.intellij.template.context.Field
-
name given to field
- getName() - Method in class com.weirddev.testme.intellij.template.context.Method
-
method name
- getName() - Method in class com.weirddev.testme.intellij.template.context.Param
-
argument name
- getName() - Method in class com.weirddev.testme.intellij.template.context.Type
-
Type's name
- getName() - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- getName() - Method in class com.weirddev.testme.intellij.ui.template.FTManager
- getOptimizeImports() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- getOrCompute(K, Supplier<V>) - Method in interface com.weirddev.testme.intellij.cache.Cache
-
Retrieves an item from the cache by its key.
- getOrCompute(K, Supplier<V>) - Method in class com.weirddev.testme.intellij.cache.LruCache
- getOrCreateDirectory(Project, PsiPackage, Module) - Method in class com.weirddev.testme.intellij.action.helpers.TargetDirectoryLocator
- getOwnerClassCanonicalName() - Method in class com.weirddev.testme.intellij.template.context.Field
-
canonical name of type owning this field
- getOwnerClassCanonicalType() - Method in class com.weirddev.testme.intellij.template.context.Method
-
method owner type cannonical name
- getOwnerType() - Method in class com.weirddev.testme.intellij.template.context.Reference
-
Type of reference owner class
- getPackageName() - Method in class com.weirddev.testme.intellij.template.context.Type
-
Type's package
- getParamsMap() - Method in class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
-
map of argument name - value for method call
- getParent() - Method in class com.weirddev.testme.intellij.utils.Node
- getParentContainerClass() - Method in class com.weirddev.testme.intellij.template.context.Type
-
in case this is an inner class - the outer class where this type is defined
- getPath(String) - Static method in class com.weirddev.testme.intellij.utils.ResourceLoader
- getPattern(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getProject() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getProjectScheme() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getPropertyName() - Method in class com.weirddev.testme.intellij.template.context.Method
-
the underlying field property name.
- getPsiMethod() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall
- getPsiOwnerType() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedReference
- getRecentNames() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getReferenceName() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedReference
- getReferenceName() - Method in class com.weirddev.testme.intellij.template.context.Reference
-
name given to reference
- getReferenceType() - Method in class com.weirddev.testme.intellij.template.context.Reference
-
Type of reference
- getReformatCode() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- getRefType() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedReference
- getRenderer(Object) - Method in class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.GotoData
- getReplaceFullyQualifiedNames() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- getResourceReader(String, String) - Method in class com.weirddev.testme.intellij.generator.TestMeResourceLoader
- getResult() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- getReturnType() - Method in class com.weirddev.testme.intellij.template.context.Method
-
Method's return type
- getReturnTypeReflectively(Object, Class, Class<T>, String, Object...) - Static method in class com.weirddev.testme.intellij.common.reflection.MethodReflectionUtils
- getRootPanel() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeSettingsForm
- getScalaFutureTypes() - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- getScalaLang() - Static method in class com.weirddev.testme.intellij.common.utils.LanguageUtils
- getSelectedFieldNameList() - Method in class com.weirddev.testme.intellij.ui.customizedialog.FileTemplateCustomization
- getSelectedMethodIdList() - Method in class com.weirddev.testme.intellij.ui.customizedialog.FileTemplateCustomization
- getSrcClass() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getSrcModule() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getState() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfigPersistent
- getState() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getTargetClass() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getTargetDirectory() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getTargetPackage() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getTemplate() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- getTemplate(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getTemplateDescriptors() - Method in class com.weirddev.testme.intellij.template.TemplateRegistry
- getTemplateRole() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- getTemplates() - Method in class com.weirddev.testme.intellij.template.FTFolderManager
- getTemplates() - Method in class com.weirddev.testme.intellij.ui.template.FTManager
- getTemplates(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getTestableElement(Editor, PsiFile) - Static method in class com.weirddev.testme.intellij.utils.TestSubjectResolverUtils
- getTestModule() - Method in class com.weirddev.testme.intellij.template.FileTemplateContext
- getTestTemplates() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- getText() - Method in class com.weirddev.testme.intellij.action.CreateTestMeAction
- getText() - Method in class com.weirddev.testme.intellij.action.TestMeAdditionalAction
- getText() - Method in class com.weirddev.testme.intellij.icon.IconizedLabel
- getText() - Method in class com.weirddev.testme.intellij.resolvers.to.MethodCallArg
- getText() - Method in class com.weirddev.testme.intellij.template.context.MethodCallArgument
-
textual expression of the argument passed to the method call
- getText() - Method in class com.weirddev.testme.intellij.ui.popup.ConfigurationLinkAction
- getText() - Method in interface com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.AdditionalAction
- getTokenHighlights(IElementType) - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateHighlighter
- getTokenizedName() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- getTokenizedtext() - Method in class com.weirddev.testme.intellij.action.TestMeAdditionalAction
- getType() - Method in class com.weirddev.testme.intellij.template.context.Field
-
type of field
- getType() - Method in class com.weirddev.testme.intellij.template.context.Param
-
argument type
- getType(PsiClass, int, boolean) - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- getType(PsiType, int, boolean) - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- getType(PsiType, int, boolean, Object) - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- getUsageContext() - Method in class com.weirddev.testme.intellij.template.context.SyntheticParam
- getUsageStats() - Method in interface com.weirddev.testme.intellij.cache.Cache
- getUsageStats() - Method in class com.weirddev.testme.intellij.cache.LruCache
- getUserDecision() - Method in class com.weirddev.testme.intellij.action.helpers.ClassNameSelection
- Goto - Enum constant in enum class com.weirddev.testme.intellij.action.helpers.ClassNameSelection.UserDecision
- GotoData(PsiElement, List<TestMePopUpHandler.AdditionalAction>) - Constructor for class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.GotoData
- GotoTestOrCodeActionExt - Class in com.weirddev.testme.intellij.action
-
Date: 10/15/2016
- GotoTestOrCodeActionExt() - Constructor for class com.weirddev.testme.intellij.action.GotoTestOrCodeActionExt
- GotoTestOrCodeHandlerExt - Class in com.weirddev.testme.intellij.action
-
Date: 10/15/2016
- GotoTestOrCodeHandlerExt() - Constructor for class com.weirddev.testme.intellij.action.GotoTestOrCodeHandlerExt
- Groovy - Enum constant in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- Groovy - Enum constant in enum class com.weirddev.testme.intellij.template.context.Language
- GROOVY - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- GROOVY_PLUGIN_ID - Static variable in class com.weirddev.testme.intellij.common.utils.LanguageUtils
- GroovyPropertyUtil - Class in com.weirddev.testme.intellij.groovy.resolvers
-
A wrapper to IJ GroovyPropertyUtils, used to isolate groovy plugin so there will be not attempts to load it at runtime when its not available User: yaron.yamin Date: 11/1/2017 Time: 4:23 PM
- GroovyPropertyUtil() - Constructor for class com.weirddev.testme.intellij.groovy.resolvers.GroovyPropertyUtil
- GroovyPsiTreeUtils - Class in com.weirddev.testme.intellij.groovy.resolvers
-
Date: 09/05/2017
- GroovyPsiTreeUtils() - Constructor for class com.weirddev.testme.intellij.groovy.resolvers.GroovyPsiTreeUtils
- GroovyTestBuilderImpl - Class in com.weirddev.testme.intellij.template.context.impl
-
Date: 24/02/2017
- GroovyTestBuilderImpl(Method, TestBuilder.ParamRole, FileTemplateConfig, Module, TypeDictionary, JavaVersion, Map<String, String>, Map<String, String>) - Constructor for class com.weirddev.testme.intellij.template.context.impl.GroovyTestBuilderImpl
H
- HackedRuntimeInstance - Class in com.weirddev.testme.intellij
-
for loading testMe included macros and templates.
- HackedRuntimeInstance(RuntimeInstance) - Constructor for class com.weirddev.testme.intellij.HackedRuntimeInstance
- hasAccessibleCtor(Type) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
-
for class with only private constructor that can not mock, for example util classes only with static methods
- hasConstructor() - Method in class com.weirddev.testme.intellij.template.context.Type
- hashCode() - Method in class com.weirddev.testme.intellij.icon.IconizedLabel
- hashCode() - Method in class com.weirddev.testme.intellij.resolvers.to.MethodCallArg
- hashCode() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.Field
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.Method
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.MethodCall
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.MethodCallArgument
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.Param
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.Reference
- hashCode() - Method in class com.weirddev.testme.intellij.template.context.Type
- hashCode() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- hasInternalMethodCall(Method, Type) - Method in class com.weirddev.testme.intellij.template.context.PowerMockBuilder
- hasLine(String, String) - Static method in class com.weirddev.testme.intellij.template.context.StringUtils
- hasMockable(List<Field>, Type) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - if any given field can be mocked
- hasMocks(Method, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - if method had any argument that can be mocked given the provided default types
- hasMocks(Type) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
- hasParams() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method has parameters
- hasReturn() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method has a return type and not void
- hasSameAncestor() - Method in class com.weirddev.testme.intellij.utils.Node
- hasSameAncestor(T) - Method in class com.weirddev.testme.intellij.utils.Node
- hasScalaFutureReturn(List<Method>) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- hasTestableInstanceMethod(List<Method>) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- hasValidEmptyConstructor(Type) - Static method in class com.weirddev.testme.intellij.generator.TestBuilderUtil
- HOUR_NUMERIC - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Current Hour for numeric calculations.
I
- IconDescriptor(String, Icon, Icon) - Constructor for class com.weirddev.testme.intellij.icon.IconRegistry.IconDescriptor
- IconizedLabel - Class in com.weirddev.testme.intellij.icon
-
Date: 10/15/2016
- IconizedLabel(String, Icon, Icon) - Constructor for class com.weirddev.testme.intellij.icon.IconizedLabel
- IconRegistry - Class in com.weirddev.testme.intellij.icon
-
Date: 25/12/2016
- IconRegistry() - Constructor for class com.weirddev.testme.intellij.icon.IconRegistry
- IconRegistry.IconDescriptor - Class in com.weirddev.testme.intellij.icon
- Icons - Interface in com.weirddev.testme.intellij.icon
-
Date: 10/15/2016
- IconTokensReplacer - Interface in com.weirddev.testme.intellij.icon
-
Date: 10/19/2016
- IconTokensReplacerImpl - Class in com.weirddev.testme.intellij.icon
-
Date: 10/15/2016
- IconTokensReplacerImpl() - Constructor for class com.weirddev.testme.intellij.icon.IconTokensReplacerImpl
- Included - Enum constant in enum class com.weirddev.testme.intellij.template.TemplateRole
- init(ExtProperties) - Method in class com.weirddev.testme.intellij.generator.TestMeResourceLoader
- INJECT - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
- Input - Enum constant in enum class com.weirddev.testme.intellij.template.context.TestBuilder.ParamRole
-
input parameter - a method argument
- internalTemplateToSubject(String) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- internProtocol(URL) - Static method in class com.weirddev.testme.intellij.utils.UrlClassLoaderUtils
-
Interns a value of the
URL.protocol
("file" or "jar") andURL.host
(empty string) fields. - invoke(Project, Editor, PsiFile) - Method in class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler
- invoke(Project, Editor, PsiElement) - Method in class com.weirddev.testme.intellij.action.CreateTestMeAction
- invokeMethodReflectivelyWithFallback(Object, Class<T>, String, String) - Static method in class com.weirddev.testme.intellij.common.reflection.MethodReflectionUtils
- isAbstract() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method is abstract
- isAbstract() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true if this type is an abstract class
- isAccessible() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - when accessible from class under test
- isAccessible(PsiMethod) - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- isAnnotatedByDI() - Method in class com.weirddev.testme.intellij.template.context.Field
-
true if field is annotated by dependency injection
- isAnnotatedByDI() - Method in class com.weirddev.testme.intellij.template.context.Type
-
is type annotated with dependency injection annotations,
- isArray() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true when type is an array
- isArray(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- isBasicType(String) - Static method in class com.weirddev.testme.intellij.utils.TypeUtils
- isCaseClass() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true - if this is a scala case class
- isCaseClass(PsiClass) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaTypeUtils
- isConstructor() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method is a constructor
- isDefault() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method has default (package-private access modifier)
- isDefault() - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- isDependenciesResolvable() - Method in class com.weirddev.testme.intellij.template.context.Type
-
used internally when building object graph
- isDependenciesResolved() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true when all constructor dependencies, if exists, have been resolved by object graph introspection
- isDiClassAnnotation(String) - Static method in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- isDiFieldAnnotation(String) - Static method in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
- isDirty(TestMeConfig) - Method in class com.weirddev.testme.intellij.ui.settings.TestMeSettingsForm
- isEnabled() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- isEnum() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true if this type is an enum
- isEnum(PsiClass) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaTypeUtils
- isEnumeration(PsiClass) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaTypeUtils
- isEnumeration(PsiType) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaTypeUtils
- isFinal() - Method in class com.weirddev.testme.intellij.template.context.Field
-
field has final modifier
- isFinal() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true if type id defined as final
- isForGeneratedSources(SourceFolder) - Static method in class com.weirddev.testme.intellij.action.helpers.TargetDirectoryLocator
- isGenerateTestsForInheritedMethods() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isGetter() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method is a getter
- isGroovy(Language) - Static method in class com.weirddev.testme.intellij.common.utils.LanguageUtils
- isHasDefaultConstructor() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true when type has a default constructor
- isHasSetter() - Method in class com.weirddev.testme.intellij.template.context.Field
-
true if field has setter in tested class
- isIgnoreUnusedProperties() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isInherited() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method is inherited from parent class
- isInInterface() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if owner type is an interface
- isInitializedInline() - Method in class com.weirddev.testme.intellij.template.context.Field
-
true if field is set to a value on declaration
- isInterface() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true if this type is an interface
- isJavaFuture(Type) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- isLanguageBaseClass(String) - Static method in class com.weirddev.testme.intellij.utils.TypeUtils
- isMethodCalled(Method, Method) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- isMethodOwnedByClass(Method, Type) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- isMockable(Field) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
Deprecated.
- isMockable(Field, Type) - Method in interface com.weirddev.testme.intellij.template.context.MockBuilder
-
true - field can be mocked
- isMockable(Field, Type) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - field can be mocked
- isMockable(Param, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - if argument can be mocked given the provided default types
- isMockExpected(Field) - Method in interface com.weirddev.testme.intellij.template.context.MockBuilder
- isMockExpected(Field) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
- isMockInline(FileTemplateContext) - Static method in class com.weirddev.testme.intellij.generator.MockBuilderFactory
- isModified() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- isModified() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- isModified() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- isNative() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method defined as native
- isNotInjectedInDiClass(Field, Type) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
-
Avoid mocking a field if all these conditions are met: class has DI annotation field has no direct DI annotation field does not have a setter there is no class constructor.
- isOpenCustomizeTestDialog() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- isOpenUserCheckDialog() - Method in class com.weirddev.testme.intellij.ui.customizedialog.FileTemplateCustomization
- isOptimizeImports() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isOverridden() - Method in class com.weirddev.testme.intellij.template.context.Field
-
true - if field is inherited and overridden in this type
- isOverridden() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method is overridden in child class
- isOverriddenInChild(PsiField, PsiClass) - Static method in class com.weirddev.testme.intellij.template.context.Field
- isPluginEnabled(String) - Static method in class com.weirddev.testme.intellij.common.utils.LanguageUtils
- isPrimaryConstructor() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - is Primary Constructor (relevant for Scala)
- isPrimitive() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true - if this type is a primitive.
- isPrivate() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method has private modifier
- isProjectLevel() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- isPropertyGetter(PsiMethod) - Static method in class com.weirddev.testme.intellij.groovy.resolvers.GroovyPropertyUtil
- isPropertyGetter(PsiMethod) - Static method in class com.weirddev.testme.intellij.utils.PropertyUtils
- isPropertySetter(PsiMethod) - Static method in class com.weirddev.testme.intellij.groovy.resolvers.GroovyPropertyUtil
- isPropertySetter(PsiMethod, String) - Static method in class com.weirddev.testme.intellij.groovy.resolvers.GroovyPropertyUtil
- isPropertySetter(PsiMethod) - Static method in class com.weirddev.testme.intellij.utils.PropertyUtils
- isPropertySetter(PsiMethod, String) - Static method in class com.weirddev.testme.intellij.utils.PropertyUtils
- isProtected() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method has protected modifier
- isPublic() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method has public modifier
- isReformatCode() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isRelevant(PsiMethod, PsiClass) - Method in class com.weirddev.testme.intellij.template.TypeDictionary
-
check if method might be relevant for constructs in unit test
- isRenderInternalMethodCallStubs() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- isRenderInternalMethodCallStubs() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isReplaceFqn() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isReplaceInterfaceParamsWithConcreteTypes() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isScala(Language) - Static method in class com.weirddev.testme.intellij.common.utils.LanguageUtils
- isScalaFuture(Type) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- isScalaPluginObject(Object) - Static method in class com.weirddev.testme.intellij.common.utils.LanguageUtils
- isSealed() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true - if this is a scala sealed class
- isSealed(PsiClass) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaTypeUtils
- isSetter() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method is a setter
- isSourceModified(Resource) - Method in class com.weirddev.testme.intellij.generator.TestMeResourceLoader
- isStatic() - Method in class com.weirddev.testme.intellij.template.context.Field
-
field is static
- isStatic() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if this is a static method
- isStatic() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true if this is a static type/class or a Scala Object
- isStringType(String) - Static method in class com.weirddev.testme.intellij.generator.TestBuilderUtil
- isStubMockMethodCallsReturnValues() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isSynthetic() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - if method is synthetically generated.
- isSyntheticMethod(PsiMethod) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- isTestable() - Method in class com.weirddev.testme.intellij.template.context.Method
-
true - method is accessible and can be relevant for unit testing
- isTestable(PsiMethod, PsiClass) - Static method in class com.weirddev.testme.intellij.builder.MethodFactory
- isTestSubject(PsiClass) - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- isThrowSpecificExceptionTypes() - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- isThrowSpecificExceptionTypes() - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- isThrowSpecificExceptionTypes() - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- isValidConstructor(Type, Method, boolean) - Method in class com.weirddev.testme.intellij.template.context.impl.JavaTestBuilderImpl
- isValidForTesting(Editor, PsiFile) - Static method in class com.weirddev.testme.intellij.utils.TestSubjectResolverUtils
- isVarargs() - Method in class com.weirddev.testme.intellij.template.context.Type
-
true when this type is a varar
- isVarargs(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- isWrapperType(Type) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - if type is a wrapper for other type, such as a primitive
J
- Java - Enum constant in enum class com.weirddev.testme.intellij.template.context.Language
- JAVA_FUTURE_TYPES - Static variable in class com.weirddev.testme.intellij.template.context.TestBuilderTypes
- JAVA_VERSION - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
JDK version of test module were test is being generated instance of
JavaVersion
- JavaPsiTreeUtils - Class in com.weirddev.testme.intellij.utils
-
Date: 15/05/2017
- JavaPsiTreeUtils() - Constructor for class com.weirddev.testme.intellij.utils.JavaPsiTreeUtils
- JavaTestBuilderImpl - Class in com.weirddev.testme.intellij.template.context.impl
-
Date: 2/16/2017
- JavaTestBuilderImpl(Method, TestBuilder.ParamRole, FileTemplateConfig, Module, TypeDictionary, JavaVersion, Map<String, String>, Map<String, String>) - Constructor for class com.weirddev.testme.intellij.template.context.impl.JavaTestBuilderImpl
- JavaTypeUtils - Class in com.weirddev.testme.intellij.utils
-
Date: 16/12/2017
- JavaTypeUtils() - Constructor for class com.weirddev.testme.intellij.utils.JavaTypeUtils
- JUnit4 - Enum constant in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- JUNIT4 - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- JUNIT4_DARK - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- JUNIT4_MOCKITO_GROOVY_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
- JUNIT4_MOCKITO_JAVA_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
- JUNIT4_POWERMOCK_JAVA_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
- JUnit5 - Enum constant in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- JUNIT5 - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- JUNIT5_MOCKITO_JAVA_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
L
- LangTestBuilder - Interface in com.weirddev.testme.intellij.template.context.impl
-
Date: 17/02/2017
- LangTestBuilderFactory - Class in com.weirddev.testme.intellij.template.context.impl
- LangTestBuilderFactory(Language, Module, FileTemplateConfig, TypeDictionary, JavaVersion) - Constructor for class com.weirddev.testme.intellij.template.context.impl.LangTestBuilderFactory
- Language - Enum Class in com.weirddev.testme.intellij.template.context
-
Supported languages.
- LanguageUtils - Class in com.weirddev.testme.intellij.common.utils
-
Date: 14/05/2017
- LanguageUtils() - Constructor for class com.weirddev.testme.intellij.common.utils.LanguageUtils
- loadState(TestMeTemplateManager.State) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- loadState(TestMeConfig) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfigPersistent
- loadText(URL) - Static method in class com.weirddev.testme.intellij.ui.template.UrlUtil
- LOGGER_PATTERN - Static variable in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
- logStatistics() - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- looksLikeObjectKeyInGroovyMap(String, String) - Static method in class com.weirddev.testme.intellij.generator.TestBuilderUtil
- LruCache<K,
V> - Class in com.weirddev.testme.intellij.cache - LruCache(int) - Constructor for class com.weirddev.testme.intellij.cache.LruCache
- LruCache.CacheStats - Class in com.weirddev.testme.intellij.cache
M
- MAX_RECURSION_DEPTH - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
configured max recursion depth for object graph introspection
- message(String, Object...) - Static method in class com.weirddev.testme.intellij.TestMeBundle
- Method - Class in com.weirddev.testme.intellij.template.context
-
A class Method.
- Method(String, String, Type, String, List<Param>, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, boolean, boolean) - Constructor for class com.weirddev.testme.intellij.template.context.Method
- MethodCall - Class in com.weirddev.testme.intellij.template.context
-
Represents a method call invocation.
- MethodCall(Method, List<MethodCallArgument>) - Constructor for class com.weirddev.testme.intellij.template.context.MethodCall
- MethodCallArg - Class in com.weirddev.testme.intellij.resolvers.to
-
Date: 23/06/2017
- MethodCallArg(String) - Constructor for class com.weirddev.testme.intellij.resolvers.to.MethodCallArg
- MethodCallArgument - Class in com.weirddev.testme.intellij.template.context
-
Represents a Method call argument.
- MethodCallArgument(String) - Constructor for class com.weirddev.testme.intellij.template.context.MethodCallArgument
- MethodFactory - Class in com.weirddev.testme.intellij.builder
- MethodFactory() - Constructor for class com.weirddev.testme.intellij.builder.MethodFactory
- MethodReferencesBuilder - Class in com.weirddev.testme.intellij.builder
-
Enrich com.weirddev.testme.intellij.template.context.Method#methodCalls with potentially relevant method calls //todo consider refactoring.
- MethodReferencesBuilder() - Constructor for class com.weirddev.testme.intellij.builder.MethodReferencesBuilder
- MethodReflectionUtils - Class in com.weirddev.testme.intellij.common.reflection
-
Date: 30/12/2017
- MethodReflectionUtils() - Constructor for class com.weirddev.testme.intellij.common.reflection.MethodReflectionUtils
- MINUTE_NUMERIC - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Current Minute for numeric calculations.
- MockBuilder - Interface in com.weirddev.testme.intellij.template.context
-
mock builder interface
- MockBuilderFactory - Class in com.weirddev.testme.intellij.generator
- MockBuilderFactory() - Constructor for class com.weirddev.testme.intellij.generator.MockBuilderFactory
- Mockito - Enum constant in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- MOCKITO - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- MockitoMockBuilder - Class in com.weirddev.testme.intellij.template.context
-
Utilities for Building string constructs of Mockito mock expressions.
- MockitoMockBuilder - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
instance of
MockitoMockBuilder
- MockitoMockBuilder(boolean, boolean, TestSubjectInspector, String, FileTemplateCustomization) - Constructor for class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
- MONTH_NAME_EN - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Current English Month name.
N
- NAMED - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
- New - Enum constant in enum class com.weirddev.testme.intellij.action.helpers.ClassNameSelection.UserDecision
- Node<T> - Class in com.weirddev.testme.intellij.utils
-
Date: 05/03/2017
- Node(T, Node<T>, int) - Constructor for class com.weirddev.testme.intellij.utils.Node
O
- Output - Enum constant in enum class com.weirddev.testme.intellij.template.context.TestBuilder.ParamRole
-
output parameter - method return value
P
- PACKAGE_NAME - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Tested class package
- Param - Class in com.weirddev.testme.intellij.template.context
-
Defined Method argument.
- Param(PsiParameter, Optional<PsiType>, TypeDictionary, int, ArrayList<Field>, boolean) - Constructor for class com.weirddev.testme.intellij.template.context.Param
- Param(Type, String, ArrayList<Field>) - Constructor for class com.weirddev.testme.intellij.template.context.Param
- ParameterizedTestComponents - Class in com.weirddev.testme.intellij.template.context
-
Holds string constructs for composing a parameterized test call.
- ParameterizedTestComponents() - Constructor for class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
- PARAMS_SEPARATOR - Static variable in interface com.weirddev.testme.intellij.template.context.impl.LangTestBuilder
- persistState(TestMeConfig) - Method in class com.weirddev.testme.intellij.ui.settings.TestMeSettingsForm
- Powermock - Enum constant in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- POWERMOCK - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- PowerMockBuilder - Class in com.weirddev.testme.intellij.template.context
- PowerMockBuilder - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
instance of
PowerMockBuilder
- PowerMockBuilder(boolean, boolean, TestSubjectInspector, String, boolean, FileTemplateCustomization) - Constructor for class com.weirddev.testme.intellij.template.context.PowerMockBuilder
- PREFERENCES_TEST_ME_HELP_PREFIX - Static variable in class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- PREFERENCES_TEST_ME_ID - Static variable in class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- Property - Enum constant in enum class com.weirddev.testme.intellij.template.context.SyntheticParam.UsageContext
- PropertyUtils - Class in com.weirddev.testme.intellij.utils
-
Created with IntelliJ IDEA.
- PropertyUtils() - Constructor for class com.weirddev.testme.intellij.utils.PropertyUtils
- PsiMethodUtils - Class in com.weirddev.testme.intellij.common.utils
-
Date: 28/12/2017
- PsiMethodUtils() - Constructor for class com.weirddev.testme.intellij.common.utils.PsiMethodUtils
Q
- QUALIFIER - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
- QUALIFIER_SPRING - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
R
- RECENT_TEMPLATES - Variable in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager.State
- Reference - Class in com.weirddev.testme.intellij.template.context
-
A reference to a defined class construct, other than a method (i.e.
- Reference(String, PsiType, PsiType, TypeDictionary) - Constructor for class com.weirddev.testme.intellij.template.context.Reference
- removeChangeListener(ChangeListener) - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- removeFromCamelCaseName(String, String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- removeSuffix(String, String) - Static method in class com.weirddev.testme.intellij.template.context.StringUtils
- removeTemplate(FileTemplate) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- renderers - Variable in class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.GotoData
- renderInitType(Type, String, Map<String, String>, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.impl.TestBuilderImpl
- renderInitType(Type, String, Map<String, String>, Map<String, String>) - Method in interface com.weirddev.testme.intellij.template.context.TestBuilder
-
constructs a type initialization expression
- renderJavaCallParam(Type, String) - Method in class com.weirddev.testme.intellij.template.context.impl.JavaTestBuilderImpl
- renderJavaCallParam(Type, String) - Method in interface com.weirddev.testme.intellij.template.context.impl.LangTestBuilder
- renderJavaCallParams(List<Param>) - Method in class com.weirddev.testme.intellij.template.context.impl.JavaTestBuilderImpl
- renderJavaCallParams(List<Param>) - Method in interface com.weirddev.testme.intellij.template.context.impl.LangTestBuilder
- renderMethodParams(Method, Map<String, String>, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.impl.TestBuilderImpl
- renderMethodParams(Method, Map<String, String>, Map<String, String>) - Method in interface com.weirddev.testme.intellij.template.context.TestBuilder
-
construct a formatted string of values passed to method invocation
- renderReturnParam(Method, Type, String, Map<String, String>, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.impl.TestBuilderImpl
- renderReturnParam(Method, Type, String, Map<String, String>, Map<String, String>) - Method in interface com.weirddev.testme.intellij.template.context.TestBuilder
-
builds a string representing the expression returning a resulted value to be verified or mocked
- replaceField(Field, Object) - Static method in class com.weirddev.testme.intellij.utils.AccessLevelReflectionUtils
- REPOSITORY - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- reset() - Method in class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- reset() - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- reset() - Method in class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- reset(TestMeConfig) - Method in class com.weirddev.testme.intellij.ui.settings.TestMeSettingsForm
- resolveCanonicalName(PsiElement) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolveCanonicalName(Object, Object) - Static method in class com.weirddev.testme.intellij.utils.JavaTypeUtils
- resolveCanonicalNameOfObject(Object, Object) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolveClassName(Project, PsiDirectory, PsiClass, TemplateDescriptor) - Method in class com.weirddev.testme.intellij.action.helpers.GeneratedClassNameResolver
- resolveComposedTypeElementsForObject(PsiType, Object) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolveDependencies(TypeDictionary, int, PsiType, boolean) - Method in class com.weirddev.testme.intellij.template.context.Type
- ResolvedMethodCall - Class in com.weirddev.testme.intellij.resolvers.to
-
Date: 16/09/2017
- ResolvedMethodCall(PsiMethod, List<MethodCallArg>) - Constructor for class com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall
- resolvedMethodCalls(PsiMethod) - Static method in class com.weirddev.testme.intellij.builder.MethodFactory
- ResolvedReference - Class in com.weirddev.testme.intellij.resolvers.to
-
Date: 10/05/2017
- ResolvedReference(String, PsiType, PsiType) - Constructor for class com.weirddev.testme.intellij.resolvers.to.ResolvedReference
- resolveEnumValues(PsiClass, Object) - Static method in class com.weirddev.testme.intellij.utils.JavaPsiTreeUtils
- resolveEnumValues(Object) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolveGrLeftHandExpressionAsField(PsiElement) - Static method in class com.weirddev.testme.intellij.groovy.resolvers.GroovyPsiTreeUtils
- resolveIfEnum(PsiClass) - Static method in class com.weirddev.testme.intellij.utils.JavaPsiTreeUtils
- resolveInternalReferences(TypeDictionary, PsiMethod, Method) - Static method in class com.weirddev.testme.intellij.builder.MethodFactory
- resolveMethodReferences(int, List<Method>) - Method in class com.weirddev.testme.intellij.builder.MethodReferencesBuilder
- resolveParameters(PsiMethod) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolvePsiClass(String, Project, Module) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolveRelatedTypeElement(PsiParameter) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolveReturnType(PsiMethod) - Static method in class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- resolveType(PsiClass) - Static method in class com.weirddev.testme.intellij.template.context.Type
- resolveType(PsiElement) - Static method in class com.weirddev.testme.intellij.groovy.resolvers.GroovyPsiTreeUtils
- RESOURCE - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
- ResourceLoader - Class in com.weirddev.testme.intellij.utils
-
see https://stackoverflow.com/a/28057735
- ResourceLoader() - Constructor for class com.weirddev.testme.intellij.utils.ResourceLoader
- REST_CONTROLLER - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- RESULT_VARIABLE_NAME - Static variable in interface com.weirddev.testme.intellij.template.context.TestBuilder
S
- safeValueOf(String) - Static method in enum class com.weirddev.testme.intellij.template.context.Language
-
safely find enum from name.
- sanitizeHtml(String) - Method in class com.weirddev.testme.intellij.icon.TemplateNameFormatter
- saveAllTemplates() - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- saveTemplates() - Method in class com.weirddev.testme.intellij.ui.template.FTManager
- Scala - Enum constant in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- Scala - Enum constant in enum class com.weirddev.testme.intellij.template.context.Language
- SCALA - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- SCALA_PLUGIN_ID - Static variable in class com.weirddev.testme.intellij.common.utils.LanguageUtils
- ScalaPsiRefactoringUtils - Class in com.weirddev.testme.intellij.scala.resolvers
-
Date: 14/07/2018
- ScalaPsiRefactoringUtils() - Constructor for class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiRefactoringUtils
- ScalaPsiTreeUtils - Class in com.weirddev.testme.intellij.scala.resolvers
-
Date: 08/12/2017
- ScalaPsiTreeUtils() - Constructor for class com.weirddev.testme.intellij.scala.resolvers.ScalaPsiTreeUtils
- ScalaTestBuilder - Class in com.weirddev.testme.intellij.template.context.impl
-
Date: 17/11/2017
- ScalaTestBuilder(Method, TestBuilder.ParamRole, FileTemplateConfig, Module, TypeDictionary, JavaVersion, Map<String, String>, Map<String, String>) - Constructor for class com.weirddev.testme.intellij.template.context.impl.ScalaTestBuilder
- ScalaTypeUtils - Class in com.weirddev.testme.intellij.scala.resolvers
-
Date: 18/11/2017
- ScalaTypeUtils() - Constructor for class com.weirddev.testme.intellij.scala.resolvers.ScalaTypeUtils
- SCHEME - Variable in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager.State
- SECOND_NUMERIC - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Current Second for numeric calculations.
- SERVICE - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- setCurrentScheme(FileTemplatesScheme) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- setDefaultIncludeDescription(URL) - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- setDefaultTemplateDescription(URL) - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- setDescription(String) - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- setDisplayName(String) - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- setExtension(String) - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- setGenerateTestsForInheritedMethods(boolean) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- setIgnoreUnusedProperties(boolean) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setMaxNumOfConcreteCandidatesToReplaceInterfaceParam(int) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setMaxRecursionDepth(int) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setMethodClassParamsStr(String) - Method in class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
-
parameterized method invocation expression
- setMinPercentOfExcessiveSettersToPreferMapCtor(int) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setMinPercentOfInteractionWithPropertiesToTriggerConstructorOptimization(int) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setName(String) - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- setOpenCustomizeTestDialog(boolean) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- setOptimizeImports(boolean) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- setParamsMap(Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
-
map of argument name - value for method call
- setProperty(String, Object) - Method in class com.weirddev.testme.intellij.HackedRuntimeInstance
- setProportion(float) - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- setReformatCode(boolean) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- setRenderInternalMethodCallStubs(boolean) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- setRenderInternalMethodCallStubs(boolean) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setReplaceFullyQualifiedNames(boolean) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- setReplaceInterfaceParamsWithConcreteTypes(boolean) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setResult(MultiMap<String, DefaultTemplate>) - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateLoadResult
- setStubMockMethodCallsReturnValues(boolean) - Method in class com.weirddev.testme.intellij.template.FileTemplateConfig
- setTemplate(FileTemplate, URL) - Method in class com.weirddev.testme.intellij.ui.template.FileTemplateConfigurable
- setTemplates(String, Collection<? extends FileTemplate>) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- setTestDate(Date) - Method in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- setText(String) - Method in class com.weirddev.testme.intellij.icon.IconizedLabel
- setThrowSpecificExceptionTypes(boolean) - Method in class com.weirddev.testme.intellij.configuration.TestMeConfig
- setThrowSpecificExceptionTypes(boolean) - Method in class com.weirddev.testme.intellij.template.TypeDictionary
- settingsHelpId() - Static method in class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- shouldBeTested(Method) - Method in class com.weirddev.testme.intellij.template.context.TestSubjectInspector
-
true - method should test
- shouldStub(Method, Method, Map<String, String>) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - if tested method should be stubbed
- shouldStub(Method, Type) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - if should stub tested method
- shouldStub(Method, List<Field>) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
Deprecated.
- shouldVerify(Method, Type) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
true - if should verify tested method
- shouldVerify(Method, List<Field>) - Method in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
-
Deprecated.
- SINGLETON - Enum constant in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
- source - Variable in class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler.GotoData
- SPECS2_MOCKITO_SCALA_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
- SPOCK_MOCKITO_GROOVY_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
- SPOCK_PARAMETERIZED_MOCKITO_GROOVY_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
- startInWriteAction() - Method in class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler
- State() - Constructor for class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager.State
- StringUtils - Class in com.weirddev.testme.intellij.template.context
-
General string handling method utils, typically used in test templates.
- StringUtils - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
instance of
StringUtils
- StringUtils() - Constructor for class com.weirddev.testme.intellij.template.context.StringUtils
- stripArrayVarargsDesignator(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- stripGenerics(String) - Static method in class com.weirddev.testme.intellij.utils.ClassNameUtils
- stripTokens(String) - Static method in class com.weirddev.testme.intellij.icon.IconTokensReplacerImpl
- SyntheticParam - Class in com.weirddev.testme.intellij.template.context
-
Represents a synthetic parameter.
- SyntheticParam(Type, String) - Constructor for class com.weirddev.testme.intellij.template.context.SyntheticParam
- SyntheticParam(Type, String, SyntheticParam.UsageContext) - Constructor for class com.weirddev.testme.intellij.template.context.SyntheticParam
- SyntheticParam.UsageContext - Enum Class in com.weirddev.testme.intellij.template.context
T
- TargetDirectoryLocator - Class in com.weirddev.testme.intellij.action.helpers
-
Date: 10/18/2016
- TargetDirectoryLocator() - Constructor for class com.weirddev.testme.intellij.action.helpers.TargetDirectoryLocator
- TemplateDescriptor - Class in com.weirddev.testme.intellij.template
-
Date: 10/12/2016
- TemplateDescriptor(String, String, String, Language, TemplateRole) - Constructor for class com.weirddev.testme.intellij.template.TemplateDescriptor
- TemplateFileNameFormatter - Class in com.weirddev.testme.intellij.utils
- TemplateFileNameFormatter() - Constructor for class com.weirddev.testme.intellij.utils.TemplateFileNameFormatter
- TemplateIcons - Enum Class in com.weirddev.testme.intellij.icon
- TemplateNameFormatter - Class in com.weirddev.testme.intellij.icon
- TemplateNameFormatter() - Constructor for class com.weirddev.testme.intellij.icon.TemplateNameFormatter
- templateNameToFile(String) - Static method in class com.weirddev.testme.intellij.utils.TemplateFileNameFormatter
- TemplateRegistry - Class in com.weirddev.testme.intellij.template
-
Date: 10/12/2016
- TemplateRegistry() - Constructor for class com.weirddev.testme.intellij.template.TemplateRegistry
- TemplateRole - Enum Class in com.weirddev.testme.intellij.template
- TEMPLATES_TEST_ME_ID - Static variable in class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- templatesHelpId() - Static method in class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- TEST_ME - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- TEST_TEMPLATES_CATEGORY - Static variable in class com.weirddev.testme.intellij.ui.template.TestMeTemplateManager
- TestBuilder - Interface in com.weirddev.testme.intellij.template.context
-
High level builder for composing test class implementation fragments.
- TestBuilder - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
instance of
TestBuilder
- TestBuilder.ParamRole - Enum Class in com.weirddev.testme.intellij.template.context
-
Parameter role
- TestBuilderImpl - Class in com.weirddev.testme.intellij.template.context.impl
-
Date: 22/04/2017
- TestBuilderImpl(Language, Module, TypeDictionary, FileTemplateConfig, JavaVersion) - Constructor for class com.weirddev.testme.intellij.template.context.impl.TestBuilderImpl
- TestBuilderTypes - Class in com.weirddev.testme.intellij.template.context
- TestBuilderTypes() - Constructor for class com.weirddev.testme.intellij.template.context.TestBuilderTypes
- TestBuilderUtil - Class in com.weirddev.testme.intellij.generator
-
Date: 16/09/2017
- TestBuilderUtil() - Constructor for class com.weirddev.testme.intellij.generator.TestBuilderUtil
- TestClassElementsLocator - Class in com.weirddev.testme.intellij.generator
- TestClassElementsLocator() - Constructor for class com.weirddev.testme.intellij.generator.TestClassElementsLocator
- TESTED_CLASS - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Type
- representing target Class under test - TESTED_CLASS_LANGUAGE - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
Language of class under test: Groovy, Java, Scala
- TestedClasspathJars - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
- Tester - Enum constant in enum class com.weirddev.testme.intellij.template.TemplateRole
- TestMeAction - Class in com.weirddev.testme.intellij.action
-
Date: 16/12/2016
- TestMeAction() - Constructor for class com.weirddev.testme.intellij.action.TestMeAction
- TestMeActionCellRenderer - Class in com.weirddev.testme.intellij.ui.popup
-
Date: 10/15/2016
- TestMeActionCellRenderer(TemplateNameFormatter, IconTokensReplacerImpl) - Constructor for class com.weirddev.testme.intellij.ui.popup.TestMeActionCellRenderer
- TestMeActionHandler - Class in com.weirddev.testme.intellij.action
-
Date: 10/15/2016
- TestMeActionHandler() - Constructor for class com.weirddev.testme.intellij.action.TestMeActionHandler
- TestMeAdditionalAction - Class in com.weirddev.testme.intellij.action
-
Date: 10/15/2016
- TestMeAdditionalAction(TemplateDescriptor, Editor, PsiFile) - Constructor for class com.weirddev.testme.intellij.action.TestMeAdditionalAction
- TestMeBundle - Class in com.weirddev.testme.intellij
-
Date: 17/12/2016
- TestMeBundle() - Constructor for class com.weirddev.testme.intellij.TestMeBundle
- TestMeConfig - Class in com.weirddev.testme.intellij.configuration
-
Date: 29/07/2018
- TestMeConfig() - Constructor for class com.weirddev.testme.intellij.configuration.TestMeConfig
- TestMeConfigPersistent - Class in com.weirddev.testme.intellij.configuration
-
Date: 29/07/2018
- TestMeConfigPersistent() - Constructor for class com.weirddev.testme.intellij.configuration.TestMeConfigPersistent
- TestMeConfigurable - Class in com.weirddev.testme.intellij.ui.settings
-
Date: 28/07/2018
- TestMeConfigurable() - Constructor for class com.weirddev.testme.intellij.ui.settings.TestMeConfigurable
- TestMeCreator - Class in com.weirddev.testme.intellij.action
-
Date: 10/18/2016
- TestMeCreator() - Constructor for class com.weirddev.testme.intellij.action.TestMeCreator
- TestMeFileTemplate - Class in com.weirddev.testme.intellij.ui.model
- TestMeFileTemplate(String, String, boolean) - Constructor for class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- TestMeGenerator - Class in com.weirddev.testme.intellij.generator
-
Date: 10/19/2016
- TestMeGenerator() - Constructor for class com.weirddev.testme.intellij.generator.TestMeGenerator
- TestMePluginRegistration - Class in com.weirddev.testme.intellij
-
Date: 10/15/2016
- TestMePluginRegistration() - Constructor for class com.weirddev.testme.intellij.TestMePluginRegistration
- TestMePopUpHandler - Class in com.weirddev.testme.intellij.ui.popup
- TestMePopUpHandler() - Constructor for class com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler
- TestMePopUpHandler.AdditionalAction - Interface in com.weirddev.testme.intellij.ui.popup
- TestMePopUpHandler.GotoData - Class in com.weirddev.testme.intellij.ui.popup
- TestMeResourceLoader - Class in com.weirddev.testme.intellij.generator
- TestMeResourceLoader() - Constructor for class com.weirddev.testme.intellij.generator.TestMeResourceLoader
- TestMeSettingsForm - Class in com.weirddev.testme.intellij.ui.settings
-
Date: 28/07/2018
- TestMeSettingsForm() - Constructor for class com.weirddev.testme.intellij.ui.settings.TestMeSettingsForm
- TestMeTemplateManager - Class in com.weirddev.testme.intellij.ui.template
- TestMeTemplateManager.State - Class in com.weirddev.testme.intellij.ui.template
- TestMeTemplateParams - Interface in com.weirddev.testme.intellij.template.context
-
Custom params injected into Velocity context for test generation templates.
- TestMeWebHelpProvider - Class in com.weirddev.testme.intellij.configuration
-
Date: 18/08/2018
- TestMeWebHelpProvider() - Constructor for class com.weirddev.testme.intellij.configuration.TestMeWebHelpProvider
- TestNG - Enum constant in enum class com.weirddev.testme.intellij.icon.TemplateIcons
- TESTNG - Static variable in interface com.weirddev.testme.intellij.icon.Icons
- TESTNG_MOCKITO_JAVA_TEMPLATE - Static variable in class com.weirddev.testme.intellij.template.TemplateRegistry
- TestSubjectInspector - Class in com.weirddev.testme.intellij.template.context
-
Classifies test subject type.
- TestSubjectInspector(boolean, FileTemplateCustomization) - Constructor for class com.weirddev.testme.intellij.template.context.TestSubjectInspector
- TestSubjectResolverUtils - Class in com.weirddev.testme.intellij.utils
-
Date: 17/12/2016
- TestSubjectResolverUtils() - Constructor for class com.weirddev.testme.intellij.utils.TestSubjectResolverUtils
- TestSubjectUtils - Static variable in interface com.weirddev.testme.intellij.template.context.TestMeTemplateParams
-
instance of
TestSubjectInspector
- TestTemplateContextBuilder - Class in com.weirddev.testme.intellij.generator
-
Date: 20/11/2016
- TestTemplateContextBuilder(MockBuilderFactory, MethodReferencesBuilder) - Constructor for class com.weirddev.testme.intellij.generator.TestTemplateContextBuilder
- TestTemplatesConfigurable - Class in com.weirddev.testme.intellij.ui.template
- TestTemplatesConfigurable(Project) - Constructor for class com.weirddev.testme.intellij.ui.template.TestTemplatesConfigurable
- tokenize(String, Icon) - Method in interface com.weirddev.testme.intellij.icon.IconTokensReplacer
- tokenize(String, Icon) - Method in class com.weirddev.testme.intellij.icon.IconTokensReplacerImpl
- toString() - Method in class com.weirddev.testme.intellij.cache.LruCache.CacheStats
- toString() - Method in class com.weirddev.testme.intellij.generator.TestMeGenerator
- toString() - Method in class com.weirddev.testme.intellij.icon.IconizedLabel
- toString() - Method in class com.weirddev.testme.intellij.resolvers.to.ResolvedMethodCall
- toString() - Method in class com.weirddev.testme.intellij.template.context.Field
- toString() - Method in class com.weirddev.testme.intellij.template.context.Method
- toString() - Method in class com.weirddev.testme.intellij.template.context.Param
- toString() - Method in class com.weirddev.testme.intellij.template.context.ParameterizedTestComponents
- toString() - Method in class com.weirddev.testme.intellij.template.context.Reference
- toString() - Method in class com.weirddev.testme.intellij.template.context.Type
- toString() - Method in class com.weirddev.testme.intellij.template.TemplateDescriptor
- toString() - Method in class com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
- toString() - Method in class com.weirddev.testme.intellij.ui.template.FTManager
- Type - Class in com.weirddev.testme.intellij.template.context
-
A used type - object or primitive.
- Type(PsiClass, TypeDictionary, int, boolean) - Constructor for class com.weirddev.testme.intellij.template.context.Type
- Type(PsiType, Object, TypeDictionary, int, boolean) - Constructor for class com.weirddev.testme.intellij.template.context.Type
- Type(String, String, String, boolean, boolean, boolean, boolean, int, boolean, List<Type>) - Constructor for class com.weirddev.testme.intellij.template.context.Type
-
Deprecated.
- TYPE_TO_ARG_MATCHERS - Static variable in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
- TypeDictionary - Class in com.weirddev.testme.intellij.template
-
Date: 26/11/2016
- TypeUtils - Class in com.weirddev.testme.intellij.utils
- TypeUtils() - Constructor for class com.weirddev.testme.intellij.utils.TypeUtils
U
- uncommentImports(PsiFile, Project) - Method in class com.weirddev.testme.intellij.generator.CodeRefactorUtil
- UrlClassLoaderUtils - Class in com.weirddev.testme.intellij.utils
- UrlClassLoaderUtils() - Constructor for class com.weirddev.testme.intellij.utils.UrlClassLoaderUtils
- UrlUtil - Class in com.weirddev.testme.intellij.ui.template
- UrlUtil() - Constructor for class com.weirddev.testme.intellij.ui.template.UrlUtil
V
- VALUE_TYPE_SUFFIX - Static variable in class com.weirddev.testme.intellij.template.context.impl.ScalaTestBuilder
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.action.helpers.ClassNameSelection.UserDecision
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.icon.TemplateIcons
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.template.context.Language
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.template.context.SyntheticParam.UsageContext
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.template.context.TestBuilder.ParamRole
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.weirddev.testme.intellij.template.TemplateRole
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.weirddev.testme.intellij.action.helpers.ClassNameSelection.UserDecision
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.weirddev.testme.intellij.icon.TemplateIcons
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.weirddev.testme.intellij.template.context.DiClassAnnotationEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.weirddev.testme.intellij.template.context.DiFieldAnnotationEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.weirddev.testme.intellij.template.context.Language
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.weirddev.testme.intellij.template.context.SyntheticParam.UsageContext
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.weirddev.testme.intellij.template.context.TestBuilder.ParamRole
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.weirddev.testme.intellij.template.TemplateRole
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VelocityInitializer - Class in com.weirddev.testme.intellij.generator
-
relevant for IDEA 2024.1+ support very hackish, but re-uses existing test templates support
- VelocityInitializer() - Constructor for class com.weirddev.testme.intellij.generator.VelocityInitializer
- verifyRuntimeSetup() - Static method in class com.weirddev.testme.intellij.generator.VelocityInitializer
W
- WRAPPER_TYPES - Static variable in class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form