Class EngineDiscoverySelectorResolver
- java.lang.Object
-
- de.rwth.swc.coffee4j.junit.engine.discovery.EngineDiscoverySelectorResolver
-
public class EngineDiscoverySelectorResolver extends Object
Resolves anEngineDiscoveryRequestfor theCombinatorialTestEngineThis is an adapted copy oforg.junit.jupiter.engine.discovery.DiscoverySelectorResolver
-
-
Constructor Summary
Constructors Constructor Description EngineDiscoverySelectorResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresolveSelectors(org.junit.platform.engine.EngineDiscoveryRequest request, CombinatorialTestEngineDescriptor engineDescriptor)Populates the suppliedCombinatorialTestEngineDescriptorwithCombinatorialTestDescriptors based on test classes supplied in the request according to the definition of combinatorial test classes.
-
-
-
Method Detail
-
resolveSelectors
public void resolveSelectors(org.junit.platform.engine.EngineDiscoveryRequest request, CombinatorialTestEngineDescriptor engineDescriptor)Populates the suppliedCombinatorialTestEngineDescriptorwithCombinatorialTestDescriptors based on test classes supplied in the request according to the definition of combinatorial test classes.- Parameters:
request- the request in which to look for combinatorial test classesengineDescriptor- the root descriptor which to populate
-
-