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
Seems like when running a Gradle test task with explicit tests inclusion via the --tests argument, spockito runs the unrolled tests even if their names do not adhere to the inclusion argument.
I.e., :my-project:test --tests "*NoSuchTest*"
will run all unrolled spockito tests.