UniqueId
encapsulates the creation, parsing, and display of unique IDs
for TestDescriptors
.UniqueId
comprises a type and a
value.DiscoverySelector
that selects a UniqueId
so that
TestEngines
can discover
tests or containers based on unique IDs.TestSource
that can be represented as a URI
.@UseTechnicalNames
specifies that technical names should be
used instead of display names when running a test suite via
@RunWith(JUnitPlatform.class)
.