Show / Hide Table of Contents

Class BugSaveManagerFactory

Factory helper methods for the BugSaveManager class for testing purposes.

Inheritance
object
BugSaveManagerFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

Create(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.

  • View Source
In this article
Back to top Generated by DocFX