Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UNICODE - Enum constant in enum class org.junit.platform.console.options.Theme
-
Unicode (extended ASCII) characters are used to display the test execution tree.
- UniqueId - Class in org.junit.platform.engine
-
UniqueId
encapsulates the creation, parsing, and display of unique IDs forTestDescriptors
. - UniqueId.Segment - Class in org.junit.platform.engine
-
A segment of a
UniqueId
comprises a type and a value. - UniqueIdReader - Class in org.junit.vintage.engine.support
- UniqueIdReader() - Constructor for class org.junit.vintage.engine.support.UniqueIdReader
- UniqueIdSelector - Class in org.junit.platform.engine.discovery
-
A
DiscoverySelector
that selects aUniqueId
so thatTestEngines
can discover tests or containers based on unique IDs. - UniqueIdSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
- UniqueIdStringifier - Class in org.junit.vintage.engine.support
- UniqueIdStringifier() - Constructor for class org.junit.vintage.engine.support.UniqueIdStringifier
- uniqueIdSubstring(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
Create a new
Condition
that matches if and only if the unique id of anEvent
's test descriptor contains the suppliedString
. - uniqueIdSubstrings(String...) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
Create a new
Condition
that matches if and only if the unique id of anEvent
's test descriptor contains all of the supplied strings. - uniqueIdSubstrings(List<String>) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
Create a new
Condition
that matches if and only if the unique id of anEvent
's test descriptor contains all of the supplied strings. - UniqueIdTrackingListener - Class in org.junit.platform.launcher.listeners
-
UniqueIdTrackingListener
is aTestExecutionListener
that tracks the unique IDs of all tests that were executed during the execution of theTestPlan
and generates a file containing the unique IDs once execution of theTestPlan
has finished. - UniqueIdTrackingListener() - Constructor for class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
- unit() - Element in annotation interface org.junit.jupiter.api.Timeout
-
The time unit of this timeout.
- UnrecoverableExceptions - Class in org.junit.platform.commons.util
-
Internal utilities for working with unrecoverable exceptions.
- unresolved() - Static method in class org.junit.platform.engine.SelectorResolutionResult
-
Create a
SelectorResolutionResult
for an unresolved selector. - unresolved() - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
-
Factory for creating unresolved resolutions.
- UNRESOLVED - Enum constant in enum class org.junit.platform.engine.SelectorResolutionResult.Status
-
Indicates that the
TestEngine
was unable to resolve the selector. - UriSelector - Class in org.junit.platform.engine.discovery
-
A
DiscoverySelector
that selects aURI
so thatTestEngines
can discover tests or containers based on URIs. - UriSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
- UriSource - Interface in org.junit.platform.engine.support.descriptor
-
A
TestSource
that can be represented as aURI
. - Usage Note - Search tag in org.junit.jupiter.api.Assertions.assertDoesNotThrow(Executable)
- Section
- Usage Note - Search tag in org.junit.jupiter.api.Assertions.assertDoesNotThrow(Executable, String)
- Section
- Usage Note - Search tag in org.junit.jupiter.api.Assertions.assertDoesNotThrow(Executable, Supplier<String>)
- Section
- Usage Note - Search tag in org.junit.jupiter.api.Assertions.assertDoesNotThrow(ThrowingSupplier<T>)
- Section
- Usage Note - Search tag in org.junit.jupiter.api.Assertions.assertDoesNotThrow(ThrowingSupplier<T>, String)
- Section
- Usage Note - Search tag in org.junit.jupiter.api.Assertions.assertDoesNotThrow(ThrowingSupplier<T>, Supplier<String>)
- Section
- Use Cases - Search tag in annotation interface org.junit.jupiter.api.TestInstance
- Section
- useHeadersInDisplayName() - Element in annotation interface org.junit.jupiter.params.provider.CsvFileSource
-
Configures whether the first CSV record should be treated as header names for columns.
- useHeadersInDisplayName() - Element in annotation interface org.junit.jupiter.params.provider.CsvSource
-
Configures whether the first CSV record should be treated as header names for columns.
- UseTechnicalNames - Annotation Interface in org.junit.platform.suite.api
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
@Suite
support provided by thejunit-platform-suite-engine
module; to be removed in JUnit Platform 2.0