@API(status=EXPERIMENTAL,
since="1.5")
public static interface EngineDiscoveryRequestResolver.InitializationContext<T extends TestDescriptor>
EngineDiscoveryRequest to be resolved or the engine
descriptor that will be used to collect the results.| Modifier and Type | Method | Description |
|---|---|---|
Predicate<String> |
getClassNameFilter() |
Get the class name filter built from the
ClassNameFilters and PackageNameFilters
in the EngineDiscoveryRequest that is about to be resolved. |
EngineDiscoveryRequest |
getDiscoveryRequest() |
Get the
EngineDiscoveryRequest that is about to be resolved. |
T |
getEngineDescriptor() |
Get the engine's
TestDescriptor that will be used to collect
the results. |
EngineDiscoveryRequest getDiscoveryRequest()
EngineDiscoveryRequest that is about to be resolved.EngineDiscoveryRequest; never nullT getEngineDescriptor()
TestDescriptor that will be used to collect
the results.TestDescriptor; never nullPredicate<String> getClassNameFilter()
ClassNameFilters and PackageNameFilters
in the EngineDiscoveryRequest that is about to be resolved.nullCopyright © 2019. All rights reserved.