@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 |
---|---|
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 null
T getEngineDescriptor()
TestDescriptor
that will be used to collect
the results.TestDescriptor
; never null
Predicate<String> getClassNameFilter()
ClassNameFilters
and PackageNameFilters
in the EngineDiscoveryRequest
that is about to be resolved.null
Copyright © 2020. All rights reserved.