You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a reproducable test case below. In a custom Junit4BlockRunner if you use a generic type as a parameter you will get the folowing exception:
java.lang.IllegalArgumentException: Type of unexpected kind: java.lang.Class<?>[]
at mockit.integration.junit4.JUnit4CustomRunnerAnnotationOnlyTest$CustomRunner$1.evaluate(JUnit4CustomRunnerAnnotationOnlyTest.java:51)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67)
I'd expect it to act as if it were not a Generic type.
i have a reproducable test case below. In a custom Junit4BlockRunner if you use a generic type as a parameter you will get the folowing exception:
java.lang.IllegalArgumentException: Type of unexpected kind: java.lang.Class<?>[]
at mockit.integration.junit4.JUnit4CustomRunnerAnnotationOnlyTest$CustomRunner$1.evaluate(JUnit4CustomRunnerAnnotationOnlyTest.java:51)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67)
I'd expect it to act as if it were not a Generic type.
The text was updated successfully, but these errors were encountered: