diff --git a/src/30-Host/Wtq.UITest/Program.cs b/src/30-Host/Wtq.UITest/Program.cs deleted file mode 100644 index 82d25b9f..00000000 --- a/src/30-Host/Wtq.UITest/Program.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Threading.Tasks; - -namespace Wtq.UITest; - -public sealed class Program -{ - private readonly Microsoft.Extensions.Logging.ILogger _log; - - public static async Task Main(string[] args) - { - } -} \ No newline at end of file diff --git a/src/30-Host/Wtq.UITest/ServiceCollectionExtensions.cs b/src/30-Host/Wtq.UITest/ServiceCollectionExtensions.cs deleted file mode 100644 index 3bd3d193..00000000 --- a/src/30-Host/Wtq.UITest/ServiceCollectionExtensions.cs +++ /dev/null @@ -1,22 +0,0 @@ -//using Ardalis.GuardClauses; -//using Microsoft.Extensions.DependencyInjection; -//using Microsoft.Extensions.Hosting; -//using System; - -//namespace Wtq.Windows; - -//public static class ServiceCollectionExtensions -//{ -// public static IServiceCollection AddSingletonHostedService(this IServiceCollection services) -// where TService : class -// where TImplementation : class, TService, IHostedService -// { -// Guard.Against.Null(services, nameof(services)); - -// services.AddSingleton(); - -// services.AddHostedService(p => (TImplementation)p.GetRequiredService()); - -// return services; -// } -//} \ No newline at end of file diff --git a/src/30-Host/Wtq.UITest/SomeTest.cs b/src/30-Host/Wtq.UITest/SomeTest.cs deleted file mode 100644 index 45ff9f9b..00000000 --- a/src/30-Host/Wtq.UITest/SomeTest.cs +++ /dev/null @@ -1,27 +0,0 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Wtq.UITest; - -[TestClass] -public sealed class SomeTest -{ - - - [TestMethod] - public async Task MethodName() - { - // Arrange - //Wtq.Windows.Program.Main() - - // Act - - // Assert - Assert.Inconclusive(); - } - -} diff --git a/src/30-Host/Wtq.UITest/Wtq.UITest.csproj b/src/30-Host/Wtq.UITest/Wtq.UITest.csproj deleted file mode 100644 index 5c830976..00000000 --- a/src/30-Host/Wtq.UITest/Wtq.UITest.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - Wtq.UITest - Wtq.UITest - - net8.0-windows - - - - - Always - - - - - - - - - - - - - -