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.CachingJupiterConfiguration Caching implementation of theJupiterConfigurationAPI.ClassTestDescriptor TestDescriptorfor tests based on Java classes.ConditionEvaluator ConditionEvaluatorevaluatesExecutionConditionextensions.Constants Collection of constants related to theJupiterTestEngine.DefaultJupiterConfiguration Default implementation of theJupiterConfigurationAPI.DefaultTestInstances 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.JupiterConfiguration JupiterEngineDescriptor JupiterEngineExecutionContext JupiterEngineExecutionContext.Builder JupiterTestDescriptor JupiterTestEngine The JUnit JupiterTestEngine.JupiterThrowableCollectorFactory Factory for creatingThrowableCollectorswithin the JUnit Jupiter test engine.MethodBasedTestDescriptor Base class forTestDescriptorsbased on Java methods.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.TestInstanceLifecycleUtils Collection of utilities for retrieving the test instance lifecycle mode.TestInstancesProvider TestMethodTestDescriptor TestDescriptorfor@Testmethods.TestTemplateInvocationTestDescriptor TestDescriptorfor a@TestTemplateinvocation.TestTemplateTestDescriptor TestDescriptorfor@TestTemplatemethods.