This repository was archived by the owner on Nov 1, 2018. It is now read-only.
File tree 3 files changed +10
-11
lines changed
test/IISIntegration.FunctionalTests
3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) .NET Foundation. All rights reserved.
1
+ // Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
- using Microsoft . AspNetCore . Server . IntegrationTesting ;
5
- using Microsoft . AspNetCore . Server . IntegrationTesting . xunit ;
6
- using Microsoft . AspNetCore . Testing . xunit ;
7
- using Microsoft . Extensions . Logging ;
8
4
using System ;
9
5
using System . IO ;
10
6
using System . Threading . Tasks ;
7
+ using Microsoft . AspNetCore . Server . IntegrationTesting ;
8
+ using Microsoft . AspNetCore . Testing . xunit ;
9
+ using Microsoft . Extensions . Logging ;
10
+ using Microsoft . Extensions . Logging . Testing ;
11
11
using Xunit ;
12
12
using Xunit . Abstractions ;
13
13
using Xunit . Sdk ;
Original file line number Diff line number Diff line change 1
- // Copyright (c) .NET Foundation. All rights reserved.
1
+ // Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
9
9
using Microsoft . AspNetCore . Server . IntegrationTesting ;
10
10
using Microsoft . AspNetCore . Testing . xunit ;
11
11
using Microsoft . Extensions . Logging ;
12
+ using Microsoft . Extensions . Logging . Testing ;
12
13
using Xunit ;
13
14
using Xunit . Abstractions ;
14
15
using Xunit . Sdk ;
15
- using Microsoft . AspNetCore . Server . IntegrationTesting . xunit ;
16
16
17
17
namespace Microsoft . AspNetCore . Server . IISIntegration . FunctionalTests
18
18
{
Original file line number Diff line number Diff line change 1
- // Copyright (c) .NET Foundation. All rights reserved.
1
+ // Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
7
7
using System . Net . Http ;
8
8
using System . Threading . Tasks ;
9
9
using Microsoft . AspNetCore . Server . IntegrationTesting ;
10
- using Microsoft . AspNetCore . Testing ;
11
10
using Microsoft . AspNetCore . Testing . xunit ;
12
11
using Microsoft . Extensions . Logging ;
12
+ using Microsoft . Extensions . Logging . Testing ;
13
13
using Xunit ;
14
- using Xunit . Sdk ;
15
14
using Xunit . Abstractions ;
16
- using Microsoft . AspNetCore . Server . IntegrationTesting . xunit ;
15
+ using Xunit . Sdk ;
17
16
18
17
namespace Microsoft . AspNetCore . Server . IISIntegration . FunctionalTests
19
18
{
You can’t perform that action at this time.
0 commit comments