Skip to content

Commit

Permalink
#58 updated test category
Browse files Browse the repository at this point in the history
  • Loading branch information
burnsoftnet committed Jan 4, 2023
1 parent da863c8 commit 4506b4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions BSMyGunCollection.UnitTest/UI/Collection/AddTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private void VerifyDoesntExist()
/// </summary>
/// <exception cref="System.Exception"></exception>
/// <exception cref="System.Exception">ERROR LOG EXISTS!! {_fullLogPath}</exception>
[TestMethod]
[TestMethod, TestCategory("Add - Firearm")]
public void AddSimpleTest()
{
bool bans = false;
Expand Down Expand Up @@ -186,7 +186,7 @@ public void AddSimpleTest()
/// </summary>
/// <exception cref="System.Exception"></exception>
/// <exception cref="System.Exception">ERROR LOG EXISTS!! {_fullLogPath}</exception>
[TestMethod]
[TestMethod, TestCategory("Add - Firearm")]
public void AddJustABoutEverythingOnTabTest()
{
bool bans = false;
Expand Down Expand Up @@ -219,7 +219,7 @@ public void AddJustABoutEverythingOnTabTest()
/// </summary>
/// <exception cref="System.Exception"></exception>
/// <exception cref="System.Exception">ERROR LOG EXISTS!! {_fullLogPath}</exception>
[TestMethod]
[TestMethod, TestCategory("Add - Firearm")]
public void AddEverythingTest()
{
bool bans = false;
Expand Down
6 changes: 3 additions & 3 deletions BSMyGunCollection.UnitTest/UI/Collection/ViewWindowTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void DumpResults(List<BatchCommandList> value)
}
#endregion

[TestMethod]
[TestMethod, TestCategory("View - Collection")]
public void CollectionViewTest()
{
bool bans = false;
Expand All @@ -149,7 +149,7 @@ public void CollectionViewTest()
Assert.IsTrue(bans);
}

[TestMethod]
[TestMethod, TestCategory("View - Collection")]
public void ChangeToCompetitionGunInViewTest()
{
bool bans = false;
Expand All @@ -173,7 +173,7 @@ public void ChangeToCompetitionGunInViewTest()
Assert.IsTrue(bans);
}

[TestMethod]
[TestMethod, TestCategory("View - Collection")]
public void ChangeToNonLethalGunInViewTest()
{
bool bans = false;
Expand Down
4 changes: 2 additions & 2 deletions BSMyGunCollection.UnitTest/UI/MainAppTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void DumpResults(List<BatchCommandList> value)
}
}

[TestMethod]
[TestMethod, TestCategory("Main App")]
public void VerifyAppInitTest()
{
bool bans = false;
Expand All @@ -111,7 +111,7 @@ public void VerifyAppInitTest()
}


[TestMethod]
[TestMethod, TestCategory("Main App")]
public void VerifyMainWindowControls()
{
bool bans = false;
Expand Down

0 comments on commit 4506b4b

Please sign in to comment.