Class MethodFactory

java.lang.Object
com.weirddev.testme.intellij.builder.MethodFactory

public class MethodFactory extends Object
  • 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

      public static List<ResolvedMethodCall> resolvedMethodCalls(com.intellij.psi.PsiMethod psiMethod)
    • isTestable

      public static boolean isTestable(com.intellij.psi.PsiMethod psiMethod, @Nullable @Nullable com.intellij.psi.PsiClass srcClass)