Skip to content

Commit 2e2ff65

Browse files
committed
[r] current types moved to old for validation abd refactoring
1 parent cf31ffc commit 2e2ff65

File tree

301 files changed

+165
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+165
-163
lines changed

src/Simplify.Web.Tests/Core/Controllers/Execution/Controller2ExecutorTestTypes/EmptyController.cs

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Simplify.Web.Tests/Core/Controllers/Execution/Controller2ExecutorTestTypes/VoidController.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Simplify.Web.Tests/Core/Controllers/Execution/TestTypes/TestModel.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Simplify.Web.Tests/Core/Controllers/TestTypes/TestModel.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Simplify.Web.Tests/Model/Binding/Parsers/ListToModelParserTestTypes/TestModelStringsArray.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Simplify.Web.Tests/Model/Binding/Parsers/TestTypes/TestEnum.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Simplify.Web.Tests/Model/Validation/TestTypes/Inheritance/InheritanceRootModel.cs

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Simplify.Web.Tests/Attributes/AuthorizeAttributeTests.cs renamed to src/Simplify.Web.Tests/Old/Attributes/AuthorizeAttributeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using NUnit.Framework;
33
using Simplify.Web.Attributes;
44

5-
namespace Simplify.Web.Tests.Attributes;
5+
namespace Simplify.Web.Tests.Old.Attributes;
66

77
[TestFixture]
88
public class AuthorizeAttributeTests

src/Simplify.Web.Tests/Benchmark/ExpandoVsDictionaryBenchmark.cs renamed to src/Simplify.Web.Tests/Old/Benchmark/ExpandoVsDictionaryBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#nullable disable
88

9-
namespace Simplify.Web.Tests.Benchmark;
9+
namespace Simplify.Web.Tests.Old.Benchmark;
1010

1111
[TestFixture]
1212
[Category("Benchmark")]

src/Simplify.Web.Tests/Bootstrapper/BootstrapperFactoryTests.cs renamed to src/Simplify.Web.Tests/Old/Bootstrapper/BootstrapperFactoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Simplify.Web.Bootstrapper;
33
using Simplify.Web.Meta;
44

5-
namespace Simplify.Web.Tests.Bootstrapper;
5+
namespace Simplify.Web.Tests.Old.Bootstrapper;
66

77
[TestFixture]
88
public class BootstrapperFactoryTests

0 commit comments

Comments
 (0)