Replies: 1 comment 2 replies
-
What exactly do you want to achieve? If you want to execute Spock programmatically have a look at the junit platform launcher api |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. In version 1.3, you can start the context with the command
RunNotifier notifier = new RunNotifier(); SpecInfo spec = new SpecInfoBuilder(clazz).build(); RunContext.get().createSpecRunner(spec, notifier).run();
what is the equivalent in version 2?
Beta Was this translation helpful? Give feedback.
All reactions