Show / Hide Table of Contents

Class BugSaveManagerSaveTests

Integration tests for the BugSaveManager class with disk operations.

Inheritance
object
BugSaveManagerSaveTests
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
[TestClass]
public class BugSaveManagerSaveTests

Methods

View Source

TestThatBugSaverManagerCanSaveAndDeleteBug()

Tests that the bug save manager saves bug details to a file, and deletes it successfully.

Declaration
[TestMethod]
public Task TestThatBugSaverManagerCanSaveAndDeleteBug()
Returns
Type Description
Task

A Task representing the asynchronous unit test.

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