Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- value() - Element in annotation interface org.junit.jupiter.api.AutoClose
-
Specify the name of the method to invoke to close the resource.
- value() - Element in annotation interface org.junit.jupiter.api.condition.DisabledIf
-
The name of a method within the test class or in an external class to use as a condition for the test's or container's execution.
- value() - Element in annotation interface org.junit.jupiter.api.condition.DisabledIfEnvironmentVariables
-
An array of one or more
@DisabledIfEnvironmentVariable
declarations. - value() - Element in annotation interface org.junit.jupiter.api.condition.DisabledIfSystemProperties
-
An array of one or more
@DisabledIfSystemProperty
declarations. - value() - Element in annotation interface org.junit.jupiter.api.condition.DisabledOnJre
-
Java Runtime Environment versions on which the annotated class or method should be disabled.
- value() - Element in annotation interface org.junit.jupiter.api.condition.DisabledOnOs
-
Operating systems on which the annotated class or method should be disabled.
- value() - Element in annotation interface org.junit.jupiter.api.condition.EnabledIf
-
The name of a method within the test class or in an external class to use as a condition for the test's or container's execution.
- value() - Element in annotation interface org.junit.jupiter.api.condition.EnabledIfEnvironmentVariables
-
An array of one or more
@EnabledIfEnvironmentVariable
declarations. - value() - Element in annotation interface org.junit.jupiter.api.condition.EnabledIfSystemProperties
-
An array of one or more
@EnabledIfSystemProperty
declarations. - value() - Element in annotation interface org.junit.jupiter.api.condition.EnabledOnJre
-
Java Runtime Environment versions on which the annotated class or method should be enabled.
- value() - Element in annotation interface org.junit.jupiter.api.condition.EnabledOnOs
-
Operating systems on which the annotated class or method should be enabled.
- value() - Element in annotation interface org.junit.jupiter.api.Disabled
-
The reason this annotated test class or test method is disabled.
- value() - Element in annotation interface org.junit.jupiter.api.DisplayName
-
Custom display name for the annotated class or method.
- value() - Element in annotation interface org.junit.jupiter.api.DisplayNameGeneration
-
Custom display name generator.
- value() - Element in annotation interface org.junit.jupiter.api.extension.ExtendWith
-
An array of one or more
Extension
classes to register. - value() - Element in annotation interface org.junit.jupiter.api.extension.Extensions
-
An array of one or more
@ExtendWith
declarations. - value() - Element in annotation interface org.junit.jupiter.api.Order
-
The order value for the annotated element (i.e., field, method, or class).
- value() - Element in annotation interface org.junit.jupiter.api.parallel.Execution
-
The required/preferred execution mode.
- value() - Element in annotation interface org.junit.jupiter.api.parallel.Isolated
-
The reason this test class needs to run in isolation.
- value() - Element in annotation interface org.junit.jupiter.api.parallel.ResourceLock
-
The resource key.
- value() - Element in annotation interface org.junit.jupiter.api.parallel.ResourceLocks
-
An array of one or more @ResourceLock declarations.
- value() - Element in annotation interface org.junit.jupiter.api.RepeatedTest
-
The number of repetitions.
- value() - Element in annotation interface org.junit.jupiter.api.Tag
-
The tag.
- value() - Element in annotation interface org.junit.jupiter.api.Tags
-
An array of one or more
Tags
. - value() - Element in annotation interface org.junit.jupiter.api.TestClassOrder
-
The
ClassOrderer
to use. - value() - Element in annotation interface org.junit.jupiter.api.TestInstance
-
The test instance lifecycle mode to use.
- value() - Element in annotation interface org.junit.jupiter.api.TestMethodOrder
-
The
MethodOrderer
to use. - value() - Element in annotation interface org.junit.jupiter.api.Timeout
-
The duration of this timeout.
- value() - Element in annotation interface org.junit.jupiter.params.aggregator.AggregateWith
- value() - Element in annotation interface org.junit.jupiter.params.converter.ConvertWith
-
The type of
ArgumentConverter
to use. - value() - Element in annotation interface org.junit.jupiter.params.converter.JavaTimeConversionPattern
-
The date/time conversion pattern.
- value() - Element in annotation interface org.junit.jupiter.params.provider.ArgumentsSource
-
The type of
ArgumentsProvider
to be used. - value() - Element in annotation interface org.junit.jupiter.params.provider.ArgumentsSources
-
An array of one or more
@ArgumentsSource
annotations. - value() - Element in annotation interface org.junit.jupiter.params.provider.CsvFileSources
-
An array of one or more
@CsvFileSource
annotations. - value() - Element in annotation interface org.junit.jupiter.params.provider.CsvSource
-
The CSV records to use as the source of arguments; must not be empty.
- value() - Element in annotation interface org.junit.jupiter.params.provider.CsvSources
-
An array of one or more
@CsvSource
annotations. - value() - Element in annotation interface org.junit.jupiter.params.provider.EnumSource
-
The enum type that serves as the source of the enum constants.
- value() - Element in annotation interface org.junit.jupiter.params.provider.EnumSources
-
An array of one or more
@EnumSource
annotations. - value() - Element in annotation interface org.junit.jupiter.params.provider.FieldSource
-
The names of fields within the test class or in external classes to use as sources for arguments.
- value() - Element in annotation interface org.junit.jupiter.params.provider.FieldSources
-
An array of one or more
@FieldSource
annotations. - value() - Element in annotation interface org.junit.jupiter.params.provider.MethodSource
-
The names of factory methods within the test class or in external classes to use as sources for arguments.
- value() - Element in annotation interface org.junit.jupiter.params.provider.MethodSources
-
An array of one or more
@MethodSource
annotations. - value() - Element in annotation interface org.junit.jupiter.params.provider.ValueSources
-
An array of one or more
@ValueSource
annotations. - value() - Element in annotation interface org.junit.platform.suite.api.ConfigurationParameter
-
The value to add to the discovery request for the specified
key
. - value() - Element in annotation interface org.junit.platform.suite.api.ConfigurationParameters
-
An array of one or more
@ConfigurationParameter
declarations. - value() - Element in annotation interface org.junit.platform.suite.api.ConfigurationParametersResource
-
The classpath location for the desired properties file; never
null
or blank. - value() - Element in annotation interface org.junit.platform.suite.api.ConfigurationParametersResources
-
An array of one or more
@ConfigurationParameterResource
declarations. - value() - Element in annotation interface org.junit.platform.suite.api.ExcludeClassNamePatterns
-
Regular expressions used to match against fully qualified class names.
- value() - Element in annotation interface org.junit.platform.suite.api.ExcludeEngines
-
One or more TestEngine IDs to be excluded from the test plan.
- value() - Element in annotation interface org.junit.platform.suite.api.ExcludePackages
-
One or more packages to exclude.
- value() - Element in annotation interface org.junit.platform.suite.api.ExcludeTags
-
One or more tags to exclude.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludeClassNamePatterns
-
Regular expressions used to match against fully qualified class names.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludeEngines
-
One or more TestEngine IDs to be included in the test plan.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludePackages
-
One or more packages to include.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludeTags
-
One or more tags to include.
- value() - Element in annotation interface org.junit.platform.suite.api.Select
-
One or more prefixed selector identifiers to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectClasses
-
One or more classes to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectClasspathResource
-
The name of the classpath resource to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectClasspathResources
-
An array of one or more
@SelectClasspathResource
declarations. - value() - Element in annotation interface org.junit.platform.suite.api.SelectDirectories
-
One or more directories to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectFile
-
The file to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectFiles
-
An array of one or more
@SelectFile
declarations. - value() - Element in annotation interface org.junit.platform.suite.api.SelectMethod
-
The fully qualified method name of the method to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectMethods
-
An array of one or more
@SelectMethod
declarations. - value() - Element in annotation interface org.junit.platform.suite.api.SelectModules
-
One or more modules to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectPackages
-
One or more fully qualified package names to select.
- value() - Element in annotation interface org.junit.platform.suite.api.Selects
-
An array of one or more
@Select
declarations. - value() - Element in annotation interface org.junit.platform.suite.api.SelectUris
-
One or more URIs to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SuiteDisplayName
-
Custom display name for the annotated class.
- valueOf(String) - Static method in enum class org.junit.jupiter.api.condition.JRE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.api.condition.OS
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.api.io.CleanupMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.api.parallel.ExecutionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.api.parallel.ResourceAccessMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.api.TestInstance.Lifecycle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.api.Timeout.ThreadMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.params.provider.EnumSource.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.jupiter.params.provider.NullEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.commons.support.HierarchyTraversalMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.commons.support.SearchOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.console.options.Details
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.console.options.Theme
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.engine.SelectorResolutionResult.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.engine.TestDescriptor.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.engine.TestExecutionResult.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator.Phase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.launcher.EngineDiscoveryResult.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.junit.platform.testkit.engine.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(Charset) - Static method in enum class org.junit.platform.console.options.Theme
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.junit.jupiter.api.condition.JRE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.api.condition.OS
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.api.io.CleanupMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.api.parallel.ExecutionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.api.parallel.ResourceAccessMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.api.TestInstance.Lifecycle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.api.Timeout.ThreadMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.params.provider.EnumSource.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.jupiter.params.provider.NullEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.commons.support.HierarchyTraversalMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.commons.support.SearchOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.console.options.Details
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.console.options.Theme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.engine.SelectorResolutionResult.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.engine.TestDescriptor.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.engine.TestExecutionResult.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator.Phase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.launcher.EngineDiscoveryResult.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.junit.platform.testkit.engine.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueSource - Annotation Interface in org.junit.jupiter.params.provider
- ValueSources - Annotation Interface in org.junit.jupiter.params.provider
-
@ValueSources
is a simple container for one or moreValueSource
annotations. - VERBOSE - Enum constant in enum class org.junit.platform.console.options.Details
-
Combines
Details.TREE
andDetails.FLAT
modes. - VerifierAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
- VerifierAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.VerifierAdapter
- VerifierSupport - Class in org.junit.jupiter.migrationsupport.rules
-
This
Extension
provides native support for subclasses of theVerifier
rule from JUnit 4. - VerifierSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.VerifierSupport
- vertical() - Method in enum class org.junit.platform.console.options.Theme
- VintageDiscoverer - Class in org.junit.vintage.engine.discovery
- VintageDiscoverer() - Constructor for class org.junit.vintage.engine.discovery.VintageDiscoverer
- VintageEngineDescriptor - Class in org.junit.vintage.engine.descriptor
- VintageEngineDescriptor(UniqueId) - Constructor for class org.junit.vintage.engine.descriptor.VintageEngineDescriptor
- VintageTestDescriptor - Class in org.junit.vintage.engine.descriptor
- VintageTestDescriptor(UniqueId, Description, TestSource) - Constructor for class org.junit.vintage.engine.descriptor.VintageTestDescriptor
- VintageTestEngine - Class in org.junit.vintage.engine
-
The JUnit Vintage
TestEngine
. - VintageTestEngine() - Constructor for class org.junit.vintage.engine.VintageTestEngine
- visit(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor.Visitor
-
Visit a
TestDescriptor
. - visit(TestIdentifier) - Method in interface org.junit.platform.launcher.TestPlan.Visitor
-
Called for all test identifiers regardless of their type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form