A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
V
- value() - Method in annotation type org.junit.jupiter.api.condition.DisabledIf
-
The name of a method within the test class or in external classes to use as a condition for the container's execution.
- value() - Method in annotation type org.junit.jupiter.api.condition.DisabledIfEnvironmentVariables
-
An array of one or more
@DisabledIfEnvironmentVariable
declarations. - value() - Method in annotation type org.junit.jupiter.api.condition.DisabledIfSystemProperties
-
An array of one or more
@DisabledIfSystemProperty
declarations. - value() - Method in annotation type org.junit.jupiter.api.condition.DisabledOnJre
-
Java Runtime Environment versions on which the annotated class or method should be disabled.
- value() - Method in annotation type org.junit.jupiter.api.condition.DisabledOnOs
-
Operating systems on which the annotated class or method should be disabled.
- value() - Method in annotation type org.junit.jupiter.api.condition.EnabledIf
-
The name of a method within the test class or in external classes to use as a condition for the container's execution.
- value() - Method in annotation type org.junit.jupiter.api.condition.EnabledIfEnvironmentVariables
-
An array of one or more
@EnabledIfEnvironmentVariable
declarations. - value() - Method in annotation type org.junit.jupiter.api.condition.EnabledIfSystemProperties
-
An array of one or more
@EnabledIfSystemProperty
declarations. - value() - Method in annotation type org.junit.jupiter.api.condition.EnabledOnJre
-
Java Runtime Environment versions on which the annotated class or method should be enabled.
- value() - Method in annotation type org.junit.jupiter.api.condition.EnabledOnOs
-
Operating systems on which the annotated class or method should be enabled.
- value() - Method in annotation type org.junit.jupiter.api.Disabled
-
The reason this annotated test class or test method is disabled.
- value() - Method in annotation type org.junit.jupiter.api.DisplayName
-
Custom display name for the annotated class or method.
- value() - Method in annotation type org.junit.jupiter.api.DisplayNameGeneration
-
Custom display name generator.
- value() - Method in annotation type org.junit.jupiter.api.extension.ExtendWith
-
An array of one or more
Extension
classes to register. - value() - Method in annotation type org.junit.jupiter.api.extension.Extensions
-
An array of one or more
@ExtendWith
declarations. - value() - Method in annotation type org.junit.jupiter.api.Order
-
The order value for the annotated element (i.e., field or method).
- value() - Method in annotation type org.junit.jupiter.api.parallel.Execution
-
The required/preferred execution mode.
- value() - Method in annotation type org.junit.jupiter.api.parallel.Isolated
-
The reason this test class needs to run in isolation.
- value() - Method in annotation type org.junit.jupiter.api.parallel.ResourceLock
-
The resource key.
- value() - Method in annotation type org.junit.jupiter.api.parallel.ResourceLocks
-
An array of one or more @ResourceLock declarations.
- value() - Method in annotation type org.junit.jupiter.api.RepeatedTest
-
The number of repetitions.
- value() - Method in annotation type org.junit.jupiter.api.Tag
-
The tag.
- value() - Method in annotation type org.junit.jupiter.api.Tags
-
An array of one or more
Tags
. - value() - Method in annotation type org.junit.jupiter.api.TestInstance
-
The test instance lifecycle mode to use.
- value() - Method in annotation type org.junit.jupiter.api.TestMethodOrder
-
The
MethodOrderer
to use. - value() - Method in annotation type org.junit.jupiter.api.Timeout
-
The duration of this timeout.
- value() - Method in annotation type org.junit.jupiter.params.aggregator.AggregateWith
- value() - Method in annotation type org.junit.jupiter.params.converter.ConvertWith
-
The type of
ArgumentConverter
to use. - value() - Method in annotation type org.junit.jupiter.params.converter.JavaTimeConversionPattern
-
The date/time conversion pattern.
- value() - Method in annotation type org.junit.jupiter.params.provider.ArgumentsSource
-
The type of
ArgumentsProvider
to be used. - value() - Method in annotation type org.junit.jupiter.params.provider.ArgumentsSources
-
An array of one or more
@ArgumentsSource
annotations. - value() - Method in annotation type org.junit.jupiter.params.provider.CsvSource
-
The CSV lines to use as the source of arguments; must not be empty.
- value() - Method in annotation type org.junit.jupiter.params.provider.EnumSource
-
The enum type that serves as the source of the enum constants.
- value() - Method in annotation type 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() - Method in annotation type org.junit.platform.suite.api.ExcludeClassNamePatterns
-
Regular expressions used to match against fully qualified class names.
- value() - Method in annotation type org.junit.platform.suite.api.ExcludeEngines
-
One or more TestEngine IDs to be excluded from the test plan.
- value() - Method in annotation type org.junit.platform.suite.api.ExcludePackages
-
One or more packages to exclude.
- value() - Method in annotation type org.junit.platform.suite.api.ExcludeTags
-
One or more tags to exclude.
- value() - Method in annotation type org.junit.platform.suite.api.IncludeClassNamePatterns
-
Regular expressions used to match against fully qualified class names.
- value() - Method in annotation type org.junit.platform.suite.api.IncludeEngines
-
One or more TestEngine IDs to be included in the test plan.
- value() - Method in annotation type org.junit.platform.suite.api.IncludePackages
-
One or more packages to include.
- value() - Method in annotation type org.junit.platform.suite.api.IncludeTags
-
One or more tags to include.
- value() - Method in annotation type org.junit.platform.suite.api.SelectClasses
-
One or more classes to select.
- value() - Method in annotation type org.junit.platform.suite.api.SelectPackages
-
One or more fully qualified package names to select.
- value() - Method in annotation type org.junit.platform.suite.api.SuiteDisplayName
-
Custom display name for the annotated class.
- valueOf(String) - Static method in enum org.junit.jupiter.api.condition.JRE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.condition.OS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.parallel.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.parallel.ResourceAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.TestInstance.Lifecycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.params.provider.NullEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.commons.support.HierarchyTraversalMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.console.options.Details
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.console.options.Theme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.engine.SelectorResolutionResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.engine.TestDescriptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.engine.TestExecutionResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.launcher.EngineDiscoveryResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.testkit.engine.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(Charset) - Static method in enum org.junit.platform.console.options.Theme
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.junit.jupiter.api.condition.JRE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.condition.OS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.parallel.ExecutionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.parallel.ResourceAccessMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.TestInstance.Lifecycle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.jupiter.params.provider.NullEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.commons.support.HierarchyTraversalMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.console.options.Details
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.console.options.Theme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.engine.SelectorResolutionResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.engine.TestDescriptor.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.engine.TestExecutionResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.launcher.EngineDiscoveryResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.junit.platform.testkit.engine.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValueSource - Annotation Type in org.junit.jupiter.params.provider
-
@ValueSource
is anArgumentsSource
which provides access to an array of literal values. - VERBOSE - 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 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, TestSourceProvider) - 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
.
All Classes All Packages