Class LoggingLauncherDiscoveryListener

    • Field Detail

      • logger

        private static final Logger logger
    • Constructor Detail

      • LoggingLauncherDiscoveryListener

        LoggingLauncherDiscoveryListener()
    • Method Detail

      • selectorProcessed

        public void selectorProcessed​(UniqueId engineId,
                                      DiscoverySelector selector,
                                      SelectorResolutionResult result)
        Description copied from interface: EngineDiscoveryListener
        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
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object