This repository was archived by the owner on Nov 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Hedgehog.Experimental.CSharp.Tests
Hedgehog.Experimental.Tests Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22using Xunit ;
3- using FluentAssertions ;
3+ using AwesomeAssertions ;
44
55using static Hedgehog . Linq . Property ;
66
77namespace Hedgehog . Linq . Tests ;
88
9- public record NameAge ( string Name , int Age ) ;
9+ public sealed record NameAge ( string Name , int Age ) ;
1010
1111public class GenTests
1212{
@@ -18,7 +18,7 @@ public void ShouldUseGenConfig()
1818
1919 var list = GenX . autoWith < NameAge > ( config ) . Sample ( 123 , 3 ) ;
2020
21- _ = list . Should ( ) . HaveCount ( 3 ) ;
21+ list . Should ( ) . HaveCount ( 3 ) ;
2222 _ = list . Should ( ) . AllSatisfy ( x => x . Name . Should ( ) . Be ( onlyString ) ) ;
2323 }
2424
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" FluentAssertions " Version =" 6.7 .0" />
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0 " />
12- <PackageReference Include =" xunit" Version =" 2.4.1 " />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4 .5" >
10+ <PackageReference Include =" AwesomeAssertions " Version =" 9.3 .0" />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
12+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1 .5" >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1515 <PrivateAssets >all</PrivateAssets >
1616 </PackageReference >
17- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
17+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 <PrivateAssets >all</PrivateAssets >
2020 </PackageReference >
Original file line number Diff line number Diff line change 2121 </ItemGroup >
2222
2323 <ItemGroup >
24- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3 " />
24+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
2525 <PackageReference Include =" TypeShape" Version =" 10.0.0" />
2626 <PackageReference Include =" Unquote" Version =" 5.0.0" />
27- <PackageReference Include =" xunit.core" Version =" 2.4.1 " />
28- <PackageReference Include =" xunit.assert" Version =" 2.4.1 " />
29- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
27+ <PackageReference Include =" xunit.core" Version =" 2.9.3 " />
28+ <PackageReference Include =" xunit.assert" Version =" 2.9.3 " />
29+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5 " >
3030 <PrivateAssets >all</PrivateAssets >
3131 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3232 </PackageReference >
You can’t perform that action at this time.
0 commit comments