refactoring
This commit is contained in:
parent
9fc719aa4d
commit
62afee53e1
12 changed files with 13 additions and 24 deletions
|
|
@ -1,6 +1,6 @@
|
|||
using yavscTests.ServerFixtures;
|
||||
|
||||
namespace Yavsc.Tests
|
||||
|
||||
namespace Yavsc.Org.Tests
|
||||
{
|
||||
[Collection("Yavsc Server")]
|
||||
public class DumpHtml : IClassFixture<WebServerFixture>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,9 @@ using Yavsc.Models;
|
|||
using Yavsc.Server.Models.IT.SourceCode;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
using yavscTests.ServerFixtures;
|
||||
using Yavsc.Server.Models.IT;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc.Org.Tests
|
||||
{
|
||||
[Collection("Yavsc Server")]
|
||||
[Trait("regression", "oui")]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Net.Security;
|
||||
using yavscTests.ServerFixtures;
|
||||
using IdentityModel.Client;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc.Org.Tests
|
||||
{
|
||||
[Collection("Yavsc Server")]
|
||||
[Trait("regression", "oui")]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
namespace yavscTests {
|
||||
namespace Yavsc {
|
||||
public class ResxResources {
|
||||
const string resPath = "Resources/Test.TestResources.resx";
|
||||
public void HaveAResxLoader()
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
|
||||
using yavscTests.ServerFixtures;
|
||||
|
||||
|
||||
namespace yavscTests.Mandatory;
|
||||
namespace Yavsc.Org.Tests.Mandatory;
|
||||
|
||||
[Collection("Yavsc Server")]
|
||||
[Trait("regression", "oui")]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
using Yavsc.Server.Helpers;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc
|
||||
{
|
||||
[Collection("Yavsc Abstract tests")]
|
||||
[Trait("regression", "II")]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ using Yavsc.Models.Billing;
|
|||
using Yavsc.Models.Haircut;
|
||||
using Yavsc.Services;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc
|
||||
{
|
||||
[Trait("regression", "II")]
|
||||
public class BillingServiceTests
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
using yavscTests.ServerFixtures;
|
||||
|
||||
|
||||
namespace yavscTests.Mandatory
|
||||
namespace Yavsc.Org.Tests.Mandatory
|
||||
{
|
||||
|
||||
[Collection("Database")]
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
|
||||
using yavscTests.ServerFixtures;
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Yavsc.Interface;
|
||||
|
||||
namespace yavscTests
|
||||
namespace Yavsc.Org.Tests
|
||||
{
|
||||
|
||||
[Collection("EMaillingTeststCollection")]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ using Yavsc.Server.Helpers;
|
|||
using Client = IdentityServer8.EntityFramework.Entities.Client;
|
||||
|
||||
|
||||
namespace yavscTests.ServerFixtures
|
||||
namespace Yavsc.Org.Tests
|
||||
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue