Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Add new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Jan 11, 2024
1 parent e459c18 commit 5eda05e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions FAFB-PowerShell-Tool.Tests/ActiveDirectoryCommandTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace FAFB_PowerShell_Tool.Tests;

public class ActiveDirectoryCommandTest
{

}
6 changes: 6 additions & 0 deletions FAFB-PowerShell-Tool.Tests/CustomQueriesTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace FAFB_PowerShell_Tool.Tests;

public class CustomQueriesTest
{

}
1 change: 0 additions & 1 deletion FAFB-PowerShell-Tool.Tests/GuiCommandTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace FAFB_PowerShell_Tool.Tests;

[Collection("Gui Command Tests")]
public class GuiCommandTest
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion FAFB-PowerShell-Tool.Tests/InternalCommandTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace FAFB_PowerShell_Tool.Tests;

[Collection("Internal Command Tests")]
public class InternalCommandTest
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion FAFB-PowerShell-Tool.Tests/PowerShellExecutorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace FAFB_PowerShell_Tool.Tests;

[Collection("PowerShell Executor Tests")]
public class PowerShellExecutorTest
{
[Fact]
Expand Down
6 changes: 6 additions & 0 deletions FAFB-PowerShell-Tool.Tests/ReturnValuesTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace FAFB_PowerShell_Tool.Tests;

public class ReturnValuesTest
{

}

0 comments on commit 5eda05e

Please # to comment.