Skip to content

Commit

Permalink
Test Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Feb 25, 2024
1 parent 09977a3 commit f1b10b3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 14 deletions.
1 change: 1 addition & 0 deletions src/WinUIEx.Tests/MonitorInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace WinUIUnitTests
{
[TestClass]
[TestCategory(nameof(WinUIEx.MonitorInfo))]
public class MonitorInfoTests
{
[TestMethod]
Expand Down
3 changes: 0 additions & 3 deletions src/WinUIEx.Tests/UITestHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System;

// To learn more about WinUI, the WinUI project structure,
// and more about our project templates, see: http://aka.ms/winui-project-info.

namespace WinUIUnitTests
{
public static class UITestHelper
Expand Down
4 changes: 0 additions & 4 deletions src/WinUIEx.Tests/WinUIExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using Microsoft.UI.Xaml.Media.Imaging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace WinUIUnitTests
{
Expand Down
1 change: 1 addition & 0 deletions src/WinUIEx.Tests/WindowExTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace WinUIUnitTests;

[TestClass]
[TestCategory(nameof(WinUIEx.WindowEx))]
public partial class WindowExTests
{
[WorkItem(16)]
Expand Down
1 change: 1 addition & 0 deletions src/WinUIEx.Tests/WindowExtensionTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace WinUIUnitTests;

[TestClass]
[TestCategory(nameof(WinUIEx.WindowExtensions))]
public partial class WindowExtensionTests
{
[TestMethod]
Expand Down
8 changes: 1 addition & 7 deletions src/WinUIEx.Tests/WindowManagerTests.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
using Microsoft.UI.Windowing;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Mail;
using System.Text;
using System.Threading.Tasks;
using Windows.Services.Maps;

namespace WinUIUnitTests
{
[TestClass]
[TestCategory(nameof(WinUIEx.WindowManager))]
public class WindowManagerTests
{
public TestContext TestContext { get; set; }
Expand Down

0 comments on commit f1b10b3

Please sign in to comment.