All Classes
-
All Classes Interface Summary Class Summary Class Description AfterEachMethodAdapter Functional interface for registering an@AfterEachmethod as a pseudo-extension.BeforeEachMethodAdapter Functional interface for registering a@BeforeEachmethod as a pseudo-extension.ClassExtensionContext ClassTestDescriptor TestDescriptorfor tests based on Java classes.ConditionEvaluator ConditionEvaluatorevaluatesExecutionConditionextensions.Constants Collection of constants related to theJupiterTestEngine.DiscoverySelectorResolver DiscoverySelectorResolverresolvesTestDescriptorsfor containers and tests selected by DiscoverySelectors with the help of theJavaElementsResolver.DynamicDescendantFilter Filter for dynamic descendants ofTestDescriptorsthat implementFilterable.ExecutableInvoker ExecutableInvokerencapsulates the invocation of aExecutable(i.e., method or constructor), including support for dynamic resolution of method parameters viaParameterResolvers.ExtensionRegistry AnExtensionRegistryholds all registered extensions (i.e.ExtensionValuesStore ExtensionValuesStoreis used inside implementations ofExtensionContextto store and retrieve values.Filterable Filterableis implemented byTestDescriptorsthat may register dynamic tests during execution and support selective test execution.IsInnerClass Test if a class is a non-private inner class (i.e., a non-static nested class).IsNestedTestClass Test if a class is a JUnit Jupiter@Nestedtest class.IsPotentialTestContainer Test if a class is a potential top-level JUnit Jupiter test container, even if it does not contain tests.IsTestClassWithTests Test if a class is a JUnit Jupiter test class containing executable tests, test factories, test templates, or nested tests.IsTestFactoryMethod Test if a method is a JUnit Jupiter@TestFactorymethod.IsTestMethod Test if a method is a JUnit Jupiter@Testmethod.IsTestTemplateMethod Test if a method is a JUnit Jupiter@TestTemplatemethod.JupiterEngineDescriptor JupiterEngineExecutionContext JupiterEngineExecutionContext.Builder JupiterEngineExtensionContext JupiterTestDescriptor JupiterTestEngine The JUnit JupiterTestEngine.MethodExtensionContext NamespaceAwareStore NestedClassTestDescriptor TestDescriptorfor tests based on nested (but not static) Java classes.Script Script data class.ScriptAccessor Used to access named properties without exposing direct access to the underlying source.ScriptAccessor.ConfigurationParameterAccessor ScriptAccessor.EnvironmentVariableAccessor ScriptAccessor.SystemPropertyAccessor ScriptExecutionManager Entry point for script execution support.TestFactoryTestDescriptor TestDescriptorfor@TestFactorymethods.TestInstanceProvider TestMethodTestDescriptor TestDescriptorfor tests based on Java methods.TestTemplateInvocationTestDescriptor TestDescriptorfor a@TestTemplateinvocation.TestTemplateTestDescriptor TestDescriptorfor@TestTemplatemethods.