IIUC some runners or Runnable children are added as leafs by your framework
as at the runtime.
I cannot guarantee that these addons would run in parallel.
Is that true that at least some runners still have some children since the
beginning when parallel computer (PC) has recognized them?

On Sat, May 6, 2017 at 4:39 PM, Fuud <g...@git.apache.org> wrote:

> Github user Fuud commented on the issue:
>
>     https://github.com/apache/maven-surefire/pull/114
>
>     I am not sure that I understand your question. But I can try to answer
> :)
>
>     1) JUnit has @RunWith annotaion that consumes Class<? extends Runner>
>     2) This Runner should implement method getDescription. But it is not
> prohibited to report via getDescription less children than will be ran.
>     3) There is only one releable method to get all children: run Runner
> and listen to RunNotifier.
>     4) JUnit's default JUnitCore does not skip runners that reports no
> children. Surefire does.
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


-- 
Cheers
Tibor

Reply via email to