File tree 4 files changed +7
-9
lines changed
4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 4
4
global using Microsoft . Extensions . Hosting ;
5
5
global using Site ;
6
6
global using Site . Tests . Fixtures ;
7
+ global using System . Text ;
7
8
global using System . Text . Json ;
8
9
global using FluentAssertions . Execution ;
9
10
global using Site . Models ;
10
11
global using Site . Controllers ;
11
12
global using Microsoft . Extensions . Logging ;
13
+ global using Moq ;
Original file line number Diff line number Diff line change 1
- using System . Text ;
2
-
3
- namespace Site . Tests ;
1
+ namespace Site . Tests ;
4
2
5
3
public class MinimalIntegrationTests
6
4
{
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" FluentAssertions" Version =" 6.2.0 " />
12
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.0 " />
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
11
+ <PackageReference Include =" FluentAssertions" Version =" 6.5.1 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.2 " />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1 .0" />
14
14
<PackageReference Include =" Moq" Version =" 4.16.1" />
15
15
<PackageReference Include =" xunit" Version =" 2.4.1" />
16
16
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
</PackageReference >
20
- <PackageReference Include =" coverlet.collector" Version =" 3.1.0 " >
20
+ <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
21
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
22
<PrivateAssets >all</PrivateAssets >
23
23
</PackageReference >
Original file line number Diff line number Diff line change 1
- using Moq ;
2
-
3
1
namespace Site . Tests ;
4
2
5
3
public class WeatherUnitTests
You can’t perform that action at this time.
0 commit comments