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 mean I tried to do Stream.generate(() -> new MyInvocationContext()).limit(/*number*/)
This does not work.
but Stream.generate(() -> new MyInvocationContext()).limit(/*number*/).map(e -> e) works...
The text was updated successfully, but these errors were encountered:
junit5/junit-jupiter-api/src/main/java/org/junit/jupiter/api/extension/TestTemplateInvocationContextProvider.java
Line 87 in f5b78f6
Michael wrote:
The text was updated successfully, but these errors were encountered: