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 TypeMethodDescriptionvoid
This method is called byWithPlugins
to log and report the plugin and its version installed by the test
-
Method Details
-
log
This method is called byWithPlugins
to log and report the plugin and its version installed by the test- Parameters:
testName
- Name of Test being executedpluginName
- Name of Plugin that was installedpluginVersion
- Version of Plugin that was installed
-