File tree 1 file changed +2
-7
lines changed
test/JsonApiDotNetCoreExampleTests/Acceptance/Extensibility
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
using System . Net ;
2
2
using System . Net . Http ;
3
3
using System . Threading . Tasks ;
4
- using DotNetCoreDocs ;
5
- using DotNetCoreDocs . Writers ;
6
- using JsonApiDotNetCoreExample ;
7
4
using Microsoft . AspNetCore . Hosting ;
8
- using Microsoft . AspNetCore . TestHost ;
9
- using Newtonsoft . Json ;
5
+ using Microsoft . AspNetCore . TestHost ; ]
10
6
using Xunit ;
11
- using JsonApiDotNetCore . Models ;
12
7
using JsonApiDotNetCoreExample . Data ;
13
8
using JsonApiDotNetCoreExampleTests . Startups ;
14
9
using JsonApiDotNetCoreExample . Models ;
15
10
using JsonApiDotNetCoreExampleTests . Services ;
16
11
using JsonApiDotNetCore . Serialization ;
17
12
using JsonApiDotNetCore . Services ;
18
13
19
- namespace JsonApiDotNetCoreExampleTests . Acceptance . Spec . DocumentTests
14
+ namespace JsonApiDotNetCoreExampleTests . Acceptance . Extensibility
20
15
{
21
16
[ Collection ( "WebHostCollection" ) ]
22
17
public class RepositoryOverrideTests
You can’t perform that action at this time.
0 commit comments