Class LauncherDiscoveryListener

    • Constructor Detail

      • LauncherDiscoveryListener

        public LauncherDiscoveryListener()
    • Method Detail

      • engineDiscoveryStarted

        public void engineDiscoveryStarted​(UniqueId engineId)
        Called when test discovery is about to be started for an engine.
        Parameters:
        engineId - the unique ID of the engine descriptor
      • engineDiscoveryFinished

        public void engineDiscoveryFinished​(UniqueId engineId,
                                            EngineDiscoveryResult result)
        Called when test discovery has finished for an engine.

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

        Parameters:
        engineId - the unique ID of the engine descriptor
        result - the discovery result of the supplied engine
        See Also:
        EngineDiscoveryResult