File tree Expand file tree Collapse file tree 11 files changed +17
-26
lines changed
MyTested.AspNetCore.Mvc.Caching.Test/PluginsTests
MyTested.AspNetCore.Mvc.Controllers.Test/PluginsTests
MyTested.AspNetCore.Mvc.Controllers.Views.Test/PluginTests
MyTested.AspNetCore.Mvc.DataAnnotations.Test/PluginsTests
MyTested.AspNetCore.Mvc.Http.Test/PluginsTests
MyTested.AspNetCore.Mvc.Options.Test/PluginsTests
MyTested.AspNetCore.Mvc.Routing.Test/PlungsTests
MyTested.AspNetCore.Mvc.TempData.Test/PluginsTests
MyTested.AspNetCore.Mvc.ViewComponents.Test/PluginsTests
MyTested.AspNetCore.Mvc.ViewData.Test/PluginsTests
MyTested.AspNetCore.Mvc.ViewFeatures.Test/PluginsTests Expand file tree Collapse file tree 11 files changed +17
-26
lines changed Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
2
{
3
+ using System ;
3
4
using Microsoft . Extensions . Caching . Memory ;
4
5
using Microsoft . Extensions . DependencyInjection ;
5
6
using Plugins ;
6
- using System ;
7
- using System . Linq ;
8
7
using Xunit ;
9
8
10
9
public class CachingTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
2
{
3
- using Microsoft . AspNetCore . Mvc . Controllers ;
3
+ using System ;
4
4
using Microsoft . AspNetCore . Mvc . Internal ;
5
5
using Microsoft . Extensions . DependencyInjection ;
6
6
using Microsoft . Extensions . Options ;
7
7
using Plugins ;
8
- using System ;
9
- using System . Linq ;
10
8
using Xunit ;
11
9
12
10
public class ControllersTestPluginTest
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Text ;
4
-
5
- namespace MyTested . AspNetCore . Mvc . Test . PluginTests
6
- {
1
+ namespace MyTested . AspNetCore . Mvc . Test . PluginTests
2
+ {
3
+ using System ;
7
4
using Microsoft . AspNetCore . Mvc . Formatters . Json . Internal ;
8
5
using Microsoft . Extensions . DependencyInjection ;
9
6
using Plugins ;
10
- using System ;
11
- using System . Linq ;
12
7
using Xunit ;
13
8
14
9
public class ViewActionResultTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
- {
2
+ {
3
+ using System ;
3
4
using Microsoft . AspNetCore . Mvc . DataAnnotations ;
4
5
using Microsoft . Extensions . DependencyInjection ;
5
6
using Plugins ;
6
- using System ;
7
- using System . Linq ;
8
7
using Xunit ;
8
+
9
9
public class DataAnnotationsTestPluginTest
10
10
{
11
11
[ Fact ]
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
- {
2
+ {
3
+ using System ;
3
4
using Microsoft . AspNetCore . Mvc . Formatters . Json . Internal ;
4
5
using Microsoft . Extensions . DependencyInjection ;
5
6
using Microsoft . Extensions . Options ;
6
7
using Plugins ;
7
- using System ;
8
- using System . Linq ;
9
8
using Xunit ;
10
9
11
10
public class HttpTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
2
{
3
+ using System ;
3
4
using Microsoft . Extensions . DependencyInjection ;
4
5
using Microsoft . Extensions . Options ;
5
6
using Plugins ;
6
- using System ;
7
7
using Xunit ;
8
8
9
9
public class OptionsTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PlungsTests
2
2
{
3
+ using System ;
3
4
using Microsoft . AspNetCore . Mvc . Formatters . Json . Internal ;
4
5
using Microsoft . Extensions . DependencyInjection ;
5
6
using MyTested . AspNetCore . Mvc . Internal . Contracts ;
6
7
using Plugins ;
7
- using System ;
8
8
using Xunit ;
9
9
10
10
public class RoutingTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
- {
2
+ {
3
+ using System ;
3
4
using Microsoft . AspNetCore . Mvc . Formatters . Json . Internal ;
4
5
using Microsoft . AspNetCore . Mvc . ViewFeatures ;
5
6
using Microsoft . Extensions . DependencyInjection ;
6
7
using Plugins ;
7
- using System ;
8
8
using Xunit ;
9
9
10
10
public class TempDataTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
2
{
3
+ using System ;
3
4
using Microsoft . AspNetCore . Mvc . Formatters . Json . Internal ;
4
5
using Microsoft . Extensions . DependencyInjection ;
5
6
using MyTested . AspNetCore . Mvc . Internal . Contracts ;
6
7
using Plugins ;
7
- using System ;
8
8
using Xunit ;
9
9
10
10
public class ViewComponentsTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
2
{
3
+ using System ;
3
4
using Microsoft . AspNetCore . Mvc . Formatters . Json . Internal ;
4
5
using Microsoft . Extensions . DependencyInjection ;
5
6
using Plugins ;
6
- using System ;
7
7
using Xunit ;
8
8
9
9
public class ViewDataTestPluginTests
You can’t perform that action at this time.
0 commit comments