Interface EngineDiscoveryRequest

All Known Subinterfaces:
LauncherDiscoveryRequest

@API(status=STABLE, since="1.0") public interface EngineDiscoveryRequest
EngineDiscoveryRequest provides a TestEngine access to the information necessary to discover tests and containers.

A request is comprised of selectors and filters. While the former select resources that engines can use to discover tests, the latter specify how such resources are to be filtered. All of the filters have to include a resource for it to end up in the test plan.

In addition, the supplied configuration parameters can be used to influence the discovery process.

Since:
1.0
See Also: