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
In fact, I get a similar NullPointerException in a more complex test suite without using subclassable generics, but I cannot find a clear repro case for that situation.
JUnit 5.3.2, JGiven 0.17.0
Using the generics notation for a subclassable test Stage:
When a test scenario uses this class and has a @disabled test, the following test will crash as
given()
returns null:This does not happen with a "normal", non-subclassable Stage
This is likely somewhat related to #338
The text was updated successfully, but these errors were encountered: