Interface ExercisedPluginsReporter

All Known Implementing Classes:
ConsoleExercisedPluginReporter, TextFileExercisedPluginReporter

public interface ExercisedPluginsReporter
Interface for the ability to create a report to show plugins and their versions that were exercised during the test suite run
Author:
scott.hebert@ericsson.com
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String testName, String pluginName, String pluginVersion)
    This method is called by WithPlugins to log and report the plugin and its version installed by the test
  • Method Details

    • log

      void log(String testName, String pluginName, String pluginVersion)
      This method is called by WithPlugins to log and report the plugin and its version installed by the test
      Parameters:
      testName - Name of Test being executed
      pluginName - Name of Plugin that was installed
      pluginVersion - Version of Plugin that was installed