Skip to content

Commit 3bbe092

Browse files
committed
add test cases
1 parent c3ba7ea commit 3bbe092

File tree

1 file changed

+2
-0
lines changed
  • tests/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi

1 file changed

+2
-0
lines changed

tests/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi/FrameworkMonikers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ namespace Smdn.Reflection.ReverseGenerating.ListApi;
88

99
[TestFixture]
1010
class FrameworkMonikersTests {
11+
// TODO: .NET 10 / net10.0(?)
12+
[TestCase(".NETCoreApp,Version=v9.0", "net9.0")]
1113
[TestCase(".NETCoreApp,Version=v8.0", "net8.0")]
1214
[TestCase(".NETCoreApp,Version=v7.0", "net7.0")]
1315
[TestCase(".NETCoreApp,Version=v6.0", "net6.0")]

0 commit comments

Comments
 (0)