Class BugSaveManagerSaveTests
Integration tests for the BugSaveManager class with disk operations.
Inherited Members
Namespace: Phoenix.Plugin.Aruba.Tests
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
[TestClass]
public class BugSaveManagerSaveTests
Methods
View SourceTestThatBugSaverManagerCanSaveAndDeleteBug()
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. |