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
U
- UNICODE - 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. - 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. - unit() - Method in annotation type 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 - 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. - UriSource - Interface in org.junit.platform.engine.support.descriptor
-
A
TestSource
that can be represented as aURI
. - UseTechnicalNames - Annotation Type in org.junit.platform.suite.api
-
@UseTechnicalNames
specifies that technical names should be used instead of display names when running a test suite on the JUnit Platform.
All Classes All Packages