-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Labels
Description
I'm getting an unusual security exception when using JUnit 5 (tested with JUnit 5.6.1 and 5.7.0-M1), which is causing a subset of tests to fail (I think all those using junit-quickcheck)
"java.lang.SecurityException: class "org.junit.runners.model.JUnitQuickcheckTestClass"'s signer information does not match signer information of other classes in the same package"
It appears the problem is the class being in the a package already defined by JUnit.
Is there fix / workaround for this?