Class ConsoleExercisedPluginReporter

    • Constructor Detail

      • ConsoleExercisedPluginReporter

        public ConsoleExercisedPluginReporter()
    • Method Detail

      • log

        public void log​(String testName,
                        String pluginName,
                        @CheckForNull
                        String pluginVersion)
        Description copied from interface: ExercisedPluginsReporter
        This method is called by WithPlugins to log and report the plugin and its version installed by the test
        Specified by:
        log in interface ExercisedPluginsReporter
        Parameters:
        testName - Name of Test being executed
        pluginName - Name of Plugin that was installed
        pluginVersion - Version of Plugin that was installed