File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed
MyTested.AspNetCore.Mvc.EntityFrameworkCore.Test/PluginsTests
MyTested.AspNetCore.Mvc.Lite.Test/PluginsTests
MyTested.AspNetCore.Mvc.ModelState.Test/PluginsTests Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
2
{
3
- using Microsoft . EntityFrameworkCore ;
4
- using Microsoft . Extensions . DependencyInjection ;
3
+ using System ;
5
4
using Setups ;
6
5
using Setups . Common ;
6
+ using Microsoft . EntityFrameworkCore ;
7
+ using Microsoft . Extensions . DependencyInjection ;
7
8
using Plugins ;
8
- using System ;
9
9
using Xunit ;
10
- using System . Linq ;
11
10
12
11
public class EntityFrameworkCoreTestPluginTest
13
12
{
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 . PluginsTests
6
- {
1
+ namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
+ {
3
+ using System ;
7
4
using Microsoft . AspNetCore . Mvc . Cors ;
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 LiteTestPluginTest
Original file line number Diff line number Diff line change 1
1
namespace MyTested . AspNetCore . Mvc . Test . PluginsTests
2
2
{
3
3
using System ;
4
- using Xunit ;
5
4
using Microsoft . Extensions . DependencyInjection ;
6
5
using Microsoft . AspNetCore . Mvc . DataAnnotations ;
7
6
using Plugins ;
7
+ using Xunit ;
8
8
9
9
public class ModelStateTestPluginTest
10
10
{
You can’t perform that action at this time.
0 commit comments