Class MethodFactory
java.lang.Object
com.weirddev.testme.intellij.builder.MethodFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Method
createMethod
(com.intellij.psi.PsiMethod psiMethod, com.intellij.psi.PsiClass srcClass, int maxRecursionDepth, TypeDictionary typeDictionary, @Nullable com.intellij.psi.PsiType ownerClassPsiType) static boolean
isTestable
(com.intellij.psi.PsiMethod psiMethod, @Nullable com.intellij.psi.PsiClass srcClass) static List<ResolvedMethodCall>
resolvedMethodCalls
(com.intellij.psi.PsiMethod psiMethod) static void
resolveInternalReferences
(@NotNull TypeDictionary typeDictionary, com.intellij.psi.PsiMethod psiMethod, Method method)
-
Constructor Details
-
MethodFactory
public MethodFactory()
-
-
Method Details
-
createMethod
public static Method createMethod(com.intellij.psi.PsiMethod psiMethod, com.intellij.psi.PsiClass srcClass, int maxRecursionDepth, TypeDictionary typeDictionary, @Nullable @Nullable com.intellij.psi.PsiType ownerClassPsiType) -
resolveInternalReferences
public static void resolveInternalReferences(@NotNull @NotNull TypeDictionary typeDictionary, com.intellij.psi.PsiMethod psiMethod, Method method) -
resolvedMethodCalls
-
isTestable
public static boolean isTestable(com.intellij.psi.PsiMethod psiMethod, @Nullable @Nullable com.intellij.psi.PsiClass srcClass)
-