Tibor Digana

Results 185 comments of Tibor Digana

@cowwoc Have a look at the JUnit API first. Honestly you have to start there, and continue with our tests and features. Next important question, would it still make sense...

@cowwoc On the other side reloading classes slows the entire parallelism. If other frameworks are using static context, and you are convinced it's wrong idea, why then fixing it here...

What about to declare optional dependency of Hamcrest in POM:4.13? Looks like some API are deprecated and you would force the users include `their` dependency of Hamcrest. This means our...

@slawekjaranowski I am investigating the Jenkins build. After we have got a new Jenkins build system the build appeared unstable. Let's see what we would find in: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/jenkins/

I have reviewed our implementation again in the MOJO. The method `verifyParameters()` was designed to handle your use case and simply it skips all the checks if [there are no...

Thx for your effort but we have to wait for this till the version 3.0. The branch will have more merge conflicts. Please rebase this in few months when we...

> > > @dipak-pawar Any chance to resurrect this? > > @Tibor17 Or is something different planned for the next milestone(s)? No, not at all, but we have to dig...

> > > @Tibor17 I noticed that JUnit 5 will have some kind test class ordering in 5.8.0: [junit-team/junit5#2488](https://github.com/junit-team/junit5/pull/2488) > > I'm wondering whether this is going to just work...

> @Tibor17 > > > How can you otherwise order the classes while multiple forks wants to execute the tests? > > Ok, thanks for confirming that this is still...