@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 and Description |
|---|---|
java.util.function.Predicate<java.lang.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 nulljava.util.function.Predicate<java.lang.String> getClassNameFilter()
ClassNameFilters and PackageNameFilters
in the EngineDiscoveryRequest that is about to be resolved.null