Skip navigation links
JUnit 5
A B C D E F G H I J L M N O P R S T U V W 

C

ClassBasedContainerExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
ClassBasedContainerExtensionContext(ExtensionContext, EngineExecutionListener, ClassTestDescriptor) - Constructor for class org.junit.jupiter.engine.descriptor.ClassBasedContainerExtensionContext
 
ClassFilter - Interface in org.junit.platform.engine.discovery
DiscoveryFilter that is applied to a Class.
ClasspathSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects classpath roots so that TestEngines can search for class files or resources within the physical classpath — for example, to scan for test classes.
ClassSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a Class so that TestEngines can discover tests or containers based on Java classes.
ClassTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on Java classes.
ClassTestDescriptor(UniqueId, Class<?>) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
ClassTestDescriptor(UniqueId, Function<Class<?>, String>, Class<?>) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
clone() - Method in class org.junit.platform.engine.UniqueId
 
CollectionUtils - Class in org.junit.platform.commons.util
Collection of utilities for working with Collections.
CommandLineOptions - Class in org.junit.platform.console.options
 
CommandLineOptions() - Constructor for class org.junit.platform.console.options.CommandLineOptions
 
CommandLineOptionsParser - Interface in org.junit.platform.console.options
 
composeFilters(Filter<T>...) - Static method in interface org.junit.platform.engine.Filter
Return a filter that will include elements if and only if all of the filters in the supplied array of filters include it.
composeFilters(Collection<? extends Filter<T>>) - Static method in interface org.junit.platform.engine.Filter
Return a filter that will include elements if and only if all of the filters in the supplied collection of filters include it.
CompositeTestSource - Class in org.junit.platform.engine.support.descriptor
A CompositeTestSource contains one or more TestSources.
CompositeTestSource(Collection<? extends TestSource>) - Constructor for class org.junit.platform.engine.support.descriptor.CompositeTestSource
Create a new CompositeTestSource based on the supplied collection of sources.
condition(boolean, String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied predicate is true.
condition(boolean, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied predicate is true.
ConditionEvaluationResult - Class in org.junit.jupiter.api.extension
ConditionEvaluator - Class in org.junit.jupiter.engine.execution
ConditionEvaluator evaluates ContainerExecutionCondition and TestExecutionCondition extensions.
ConditionEvaluator() - Constructor for class org.junit.jupiter.engine.execution.ConditionEvaluator
 
configurationParameter(String, String) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add the supplied configuration parameter to the request.
ConfigurationParameters - Interface in org.junit.platform.engine
Configuration parameters that TestEngines may use to influence test discovery and execution.
configurationParameters(Map<String, String>) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied configurationParameters to the request.
ConsoleLauncher - Class in org.junit.platform.console
The ConsoleLauncher is a stand-alone application for launching the JUnit Platform from the console.
ConsoleTask - Interface in org.junit.platform.console.tasks
A task to be executed from the console.
ConsoleTaskExecutor - Class in org.junit.platform.console.tasks
 
ConsoleTaskExecutor(PrintStream, PrintStream) - Constructor for class org.junit.platform.console.tasks.ConsoleTaskExecutor
 
Constants - Class in org.junit.jupiter.engine
Collection of constants related to the JupiterTestEngine.
ContainerExecutionCondition - Interface in org.junit.jupiter.api.extension
ContainerExecutionCondition defines the Extension API for programmatic, conditional container execution.
ContainerExtensionContext - Interface in org.junit.jupiter.api.extension
ContainerExtensionContext encapsulates the context in which the current container is being executed.
countTestIdentifiers(Predicate<? super TestIdentifier>) - Method in class org.junit.platform.launcher.TestPlan
Count all TestIdentifiers that satisfy the given predicate.
create(Object...) - Static method in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
Create a namespace which restricts access to data to all extensions which use the same parts for creating a namespace.
create(String) - Static method in class org.junit.platform.engine.TestTag
Create a TestTag from the supplied name.
create() - Static method in class org.junit.platform.launcher.core.LauncherFactory
Factory method for creating a new Launcher using dynamically detected test engines.
createExecutionContext(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
createExecutionContext(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
Create the initial execution context for executing the supplied request.
createRegistryFrom(ExtensionRegistry, List<Class<? extends Extension>>) - Static method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Factory for creating and populating a new registry from a list of extension types and a parent registry.
createRegistryWithDefaultExtensions() - Static method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Factory for creating and populating a new root registry with the default extensions.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
JUnit 5