ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.22k stars 111 forks source link

dotnet test IKVM.OpenJDK.Tests -- allow filtering by FQN or Name in JTReg #333

Closed AliveDevil closed 1 year ago

AliveDevil commented 1 year ago

Currently dotnet test --filter "TestCaseName" doesn't work, as the JTRegExecutionContextProxy doesn't forward TestCaseProperties, but limits to JTRegTestProperties^1. Include TestCaseProperties (FQN, Name, ExecutorUri, Source & CodeFilePath) in filter discovery.