public class JUnit5Framework extends JavaTestFramework
EXTENSION_NAME| Constructor and Description |
|---|
JUnit5Framework() |
createSetUpPatternMethod, findAfterClassMethod, findBeforeClassMethod, findOrCreateSetUpMethod, findParametersMethod, findSetUpMethod, findTearDownMethod, getLanguage, getLibraryPath, getParametersMethodFileTemplateDescriptor, isLibraryAttached, isParameterized, isPotentialTestClass, isSingleConfig, isSuiteClass, isTestClass, isTestMethod, isUnderTestSources, setupLibrarypublic java.lang.String getName()
public javax.swing.Icon getIcon()
protected java.lang.String getMarkerClassFQName()
getMarkerClassFQName in class JavaTestFrameworkpublic ExternalLibraryDescriptor getFrameworkLibraryDescriptor()
getFrameworkLibraryDescriptor in class JavaTestFrameworkpublic java.lang.String getDefaultSuperClass()
public boolean isTestClass(PsiClass clazz, boolean canBePotential)
isTestClass in class JavaTestFrameworkprotected PsiMethod findSetUpMethod(PsiClass clazz)
findSetUpMethod in class JavaTestFrameworkprotected PsiMethod findBeforeClassMethod(PsiClass clazz)
findBeforeClassMethod in class JavaTestFrameworkprotected PsiMethod findTearDownMethod(PsiClass clazz)
findTearDownMethod in class JavaTestFrameworkprotected PsiMethod findAfterClassMethod(PsiClass clazz)
findAfterClassMethod in class JavaTestFrameworkprotected PsiMethod findOrCreateSetUpMethod(PsiClass clazz) throws IncorrectOperationException
findOrCreateSetUpMethod in class JavaTestFrameworkIncorrectOperationExceptionpublic boolean isIgnoredMethod(PsiElement element)
TestFrameworkisIgnoredMethod in interface TestFrameworkisIgnoredMethod in class JavaTestFrameworkpublic boolean isTestMethod(PsiElement element, boolean checkAbstract)
public boolean isTestMethod(PsiMethod method, PsiClass myClass)
isTestMethod in class JavaTestFrameworkpublic boolean isMyConfigurationType(ConfigurationType type)
isMyConfigurationType in class JavaTestFrameworkpublic boolean acceptNestedClasses()
acceptNestedClasses in class JavaTestFrameworkpublic FileTemplateDescriptor getSetUpMethodFileTemplateDescriptor()
public FileTemplateDescriptor getBeforeClassMethodFileTemplateDescriptor()
public FileTemplateDescriptor getTearDownMethodFileTemplateDescriptor()
public FileTemplateDescriptor getAfterClassMethodFileTemplateDescriptor()
public FileTemplateDescriptor getTestMethodFileTemplateDescriptor()
public char getMnemonic()
getMnemonic in class JavaTestFrameworkpublic FileTemplateDescriptor getTestClassFileTemplateDescriptor()
getTestClassFileTemplateDescriptor in class JavaTestFramework