You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Geb User Mailing List
Hi Marcin,
This will no longer use Junit4, correct?
Alexander Kriegisch
unread,
Aug 13, 2021, 8:29:30 PM8/13/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geb-...@googlegroups.com
Spock 2 ist based on JUnit 5 platform [1], but for now still can be used
with JUnit 4 support [2] while migrating to JUnit 5 platform.
Because Spock now is a JUnit engine (like Jupiter) and no longer a JUnit
4 runner (Sputnik was removed), you need a workaround if your legacy
tests rely on @RunWith support such as PowerMock runner. There is a way
to keep it working for now via org.junit.platform:junit-platform-runner,
as described in [3].