graalvm / native-build-tools

Native-image plugins for various build tools
https://graalvm.github.io/native-build-tools/
Other
348 stars 51 forks source link

[575] junit-native does not support org.junit.rules.ExpectedException. #576

Open tzezula opened 4 months ago

tzezula commented 4 months ago

Fixies issue #575 by registering all used subclasses of TypeSafeMatcher and TypeSafeDiagnosingMatcher for reflective access to all declared methods.

fniephaus commented 4 months ago

@tzezula I added more reviewers. Could you please add a test or test project for this? Not sure whether this will do the trick. Instead of adding it as a new sample, maybe you could extend an existing one?

tzezula commented 4 months ago

@fniephaus I've added the test