Class OutputManagerFixture

Object
OutputManagerFixture

public class OutputManagerFixture extends Object
A fixture that implements a basic implementation of a OutputManager.
Author:
Owen Feehan
  • Method Details

    • createOutputManager

      public static OutputManager createOutputManager(Optional<Path> pathForPrefixer, Optional<OutputEnabledRules> outputEnabledRules)
      Creates the OutputManager fixture.
      Parameters:
      pathForPrefixer - a path to use for the prefixer in the output-manager. When undefined, an incrementing number will be used.
      outputEnabledRules - rules that determine which outputs occur or not.
      Returns:
      a newly created fixture for OutputManager.