Class BugSaveManagerFactory
Factory helper methods for the BugSaveManager class for testing purposes.
Inherited Members
Namespace: Phoenix.Plugin.Aruba.Tests
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
public static class BugSaveManagerFactory
Remarks
It uses mocks for the dependencies to enable functionality of the BugSaveManager.
Methods
View SourceCreate(string)
Creates a bug save manager instance that saves bugs to the specified path.
Declaration
public static BugSaveManager Create(string savePath)
Parameters
Type | Name | Description |
---|---|---|
string | savePath | The path to save bugs to. |
Returns
Type | Description |
---|---|
BugSaveManager | The BugSaveManager instance. |