Module org.junit.platform.engine
Interface DiscoverySelectorIdentifierParser.Context
- Enclosing interface:
DiscoverySelectorIdentifierParser
public static interface DiscoverySelectorIdentifierParser.Context
Context for parsing
DiscoverySelectorIdentifiers
.-
Method Summary
Modifier and TypeMethodDescriptionOptional
<? extends DiscoverySelector> Parse the supplied selector.
-
Method Details
-
parse
Parse the supplied selector.This method is intended to be used by implementations of
DiscoverySelectorIdentifierParser.parse(org.junit.platform.engine.DiscoverySelectorIdentifier, org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParser.Context)
for selectors that contain other selectors.
-