Class TestEngineDiscoveryRequestProcessor


  • public class TestEngineDiscoveryRequestProcessor
    extends Object
    Class to implement a code to discover tests
    • Constructor Detail

      • TestEngineDiscoveryRequestProcessor

        public TestEngineDiscoveryRequestProcessor()
    • Method Detail

      • processDiscoveryRequest

        public void processDiscoveryRequest​(org.junit.platform.engine.EngineDiscoveryRequest engineDiscoveryRequest,
                                            org.junit.platform.engine.support.descriptor.EngineDescriptor engineDescriptor)
        Method to resolve test classes / methods, adding them to the EngineDescriptor
        Parameters:
        engineDiscoveryRequest -
        engineDescriptor -