Class OutputManagerFixture
Object
OutputManagerFixture
A fixture that implements a basic implementation of a
OutputManager.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic OutputManagercreateOutputManager(Optional<Path> pathForPrefixer, Optional<OutputEnabledRules> outputEnabledRules) Creates theOutputManagerfixture.
-
Method Details
-
createOutputManager
public static OutputManager createOutputManager(Optional<Path> pathForPrefixer, Optional<OutputEnabledRules> outputEnabledRules) Creates theOutputManagerfixture.- 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.
-