Modifier and Type | Class and Description |
---|---|
public class | IsInnerClass
Test if a class is a non-private inner class (i.e., a non-static nested class). |
public class | IsNestedTestClass
Test if a class is a JUnit Jupiter |
public class | IsPotentialTestContainer
Test if a class is a potential top-level JUnit Jupiter test container, even if it does not contain tests. |
pack-priv abstract class | |
public class | IsTestClassWithTests
Test if a class is a JUnit Jupiter test class containing executable tests, test factories, test templates, or nested tests. |
public class | IsTestFactoryMethod
Test if a method is a JUnit Jupiter |
public class | IsTestMethod
Test if a method is a JUnit Jupiter |
public class | IsTestTemplateMethod
Test if a method is a JUnit Jupiter |