Interface EngineDiscoveryListener

    • Method Detail

      • selectorProcessed

        default void selectorProcessed​(UniqueId engineId,
                                       DiscoverySelector selector,
                                       SelectorResolutionResult result)
        Must be called after a discovery selector has been processed by a test engine.

        Exceptions thrown by implementations of this method will cause test discovery of the current engine to be aborted.

        Parameters:
        engineId - the unique ID of the engine descriptor
        selector - the processed selector
        result - the resolution result of the supplied engine and selector
        See Also:
        SelectorResolutionResult