-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Overview
This issue is a prerequisite for #1025.
Implementation Notes
- Update
JavaElementsResolver.resolveUniqueId(TestDescriptor, List<Segment>)
so that it returns the number of resolved segments instead of aboolean
and then check that all segments were resolved inJavaElementsResolver.resolveUniqueId(UniqueId)
in order to determine what information to include in the log message.
Deliverables
- Test the status quo for selecting
@TestTemplate
and@TestFactory
invocations by Unique ID.- See
DiscoverySelectorResolverTests
.
- See
- Update the warning logged by
JavaElementsResolver.resolveUniqueId()
so that it informs the user that the Unique ID could only be partially resolved and that all test template invocations or dynamic tests will be executed.- See Implementation Notes.