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 

S

SEGMENT_TYPE_RUNNER - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
SEGMENT_TYPE_TEST - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
selectClass(Class<?>) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClassSelector for the supplied Class.
selectClass(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClassSelector for the supplied class name.
SelectClasses - Annotation Type in org.junit.platform.runner
@SelectClasses specifies the classes to select when running a test suite via @RunWith(JUnitPlatform.class).
selectClasspathRoots(Set<File>) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a list of ClasspathSelectors for the supplied directories.
selectMethod(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied fully qualified method name.
selectMethod(String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name and method name.
selectMethod(Class<?>, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class and method name.
selectMethod(Class<?>, Method) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class and Method.
selectName(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
selectNames(String...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
selectNames(Collection<String>) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
selectors(DiscoverySelector...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied selectors to the request.
selectors(List<DiscoverySelector>) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied selectors to the request.
selectPackage(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a PackageSelector for the supplied package name.
SelectPackages - Annotation Type in org.junit.platform.runner
@SelectPackages specifies the names of packages to select when running a test suite via @RunWith(JUnitPlatform.class).
selectUniqueId(UniqueId) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UniqueIdSelector for the supplied UniqueId.
selectUniqueId(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UniqueIdSelector for the supplied unique ID.
setAdditionalClasspathEntries(List<String>) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setAnsiColorOutputDisabled(boolean) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setArguments(List<String>) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setDisplayHelp(boolean) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setExcludedEngines(List<String>) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setExcludedTags(List<String>) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setHideDetails(boolean) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setIncludeClassNamePattern(String) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setIncludedEngines(List<String>) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setIncludedTags(List<String>) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setParent(TestDescriptor) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
setParent(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor
Set the parent of this descriptor.
setRunAllTests(boolean) - Method in class org.junit.platform.console.options.CommandLineOptions
 
setSource(TestSource) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
setXmlReportsDir(String) - Method in class org.junit.platform.console.options.CommandLineOptions
 
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor
 
shouldBeSkipped(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Determine if the execution of the supplied context should be skipped.
SingleTestExecutor - Class in org.junit.platform.engine.support.hierarchical
SingleTestExecutor encapsulates the execution of a single test wrapped in an SingleTestExecutor.Executable.
SingleTestExecutor() - Constructor for class org.junit.platform.engine.support.hierarchical.SingleTestExecutor
 
SingleTestExecutor.Executable - Interface in org.junit.platform.engine.support.hierarchical
Functional interface for a single test to be executed by SingleTestExecutor.
size() - Method in interface org.junit.platform.engine.ConfigurationParameters
Get the number of configuration properties stored directly in this ConfigurationParameters.
skip(String) - Static method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Factory for creating skipped results.
stream(Iterator<T>, Function<? super T, String>, Consumer<? super T>) - Static method in class org.junit.jupiter.api.DynamicTest
Generate a stream of dynamic tests based on the supplied generators and test executor.
stream(Class<E>) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Generate a stream for iterating over all registered extensions of the specified type.
StringUtils - Class in org.junit.platform.commons.util
Collection of utilities for working with Strings, CharSequences, etc.
SUCCESS - Static variable in interface org.junit.platform.console.tasks.ConsoleTask
Exit code indicating successful execution
successful() - Static method in class org.junit.platform.engine.TestExecutionResult
Obtain a TestExecutionResult for a successful execution of a test or container.
SummaryGeneratingListener - Class in org.junit.platform.launcher.listeners
Simple TestExecutionListener that generates a summary of the test execution.
SummaryGeneratingListener() - Constructor for class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
supports(ParameterContext, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.ParameterResolver
Determine if this resolver supports resolution of the Parameter in the supplied ParameterContext for the supplied ExtensionContext.
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