File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
test/JsonApiDotNetCoreExampleTests/Acceptance/Extensibility Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11using System . Net ;
22using System . Net . Http ;
33using System . Threading . Tasks ;
4- using DotNetCoreDocs ;
5- using DotNetCoreDocs . Writers ;
6- using JsonApiDotNetCoreExample ;
74using Microsoft . AspNetCore . Hosting ;
8- using Microsoft . AspNetCore . TestHost ;
9- using Newtonsoft . Json ;
5+ using Microsoft . AspNetCore . TestHost ; ]
106using Xunit ;
11- using JsonApiDotNetCore . Models ;
127using JsonApiDotNetCoreExample . Data ;
138using JsonApiDotNetCoreExampleTests . Startups ;
149using JsonApiDotNetCoreExample . Models ;
1510using JsonApiDotNetCoreExampleTests . Services ;
1611using JsonApiDotNetCore . Serialization ;
1712using JsonApiDotNetCore . Services ;
1813
19- namespace JsonApiDotNetCoreExampleTests . Acceptance . Spec . DocumentTests
14+ namespace JsonApiDotNetCoreExampleTests . Acceptance . Extensibility
2015{
2116 [ Collection ( "WebHostCollection" ) ]
2217 public class RepositoryOverrideTests
You can’t perform that action at this time.
0 commit comments