--
You received this message because you are subscribed to a topic in the Google Groups "concordion-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/concordion-dev/EUviKByEOEA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to concordion-de...@googlegroups.com.
To post to this group, send email to concord...@googlegroups.com.
Visit this group at https://groups.google.com/group/concordion-dev.
To view this discussion on the web, visit https://groups.google.com/d/msgid/concordion-dev/0f50458f-d4c1-4de2-9e41-17afd3857dc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I guess I just replicate https://github.com/concordion/concordion-parallel-run-extension but instead of falling back on the default runner, I will make my own https://github.com/concordion/concordion/blob/master/src/main/java/org/concordion/api/Runner.java doing the same stuff as https://github.com/concordion/concordion/blob/master/src/main/java/org/concordion/internal/runner/DefaultConcordionRunner.java but using clojure.test instead of JUnit. Right?