add web factory tests

This commit is contained in:
2024-10-22 22:50:00 +11:00
parent 1cd75cf481
commit d2cf8edd87
11 changed files with 301 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
namespace UserManager.Application.IntegrationTests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}

View File

@@ -1,7 +0,0 @@
namespace UserManager.Application.Tests
{
public class Class1
{
}
}