JUnit-BDD

Lovro Pandzic <[email protected]> Fri, 18 Apr 2014 10:23:53 +0200
Newsgroups gmane.comp.java.junit.user
Message-ID <CAPoe7tUHHhVgTbT8QkPC3SR6zggcfBn9d9MOJ3rBOTnbSR_AKQ@mail.gmail.com>
Hello all,

I mentioned JUnit-BDD project (http://github.com/lpandzic/junit-bdd) in a
issue on JUnit github issue (http://github.com/junit-team/junit/issues/722)
and to prevent polluting that issue's page I'd like to continue the
discussion here.

I've continued my work on the project and decided to abandon the proxy
approach and continue with Java 8 lambdas which both simplifies it for end
users and maintaining.
If any of you have time and will to try it out and comment I'd be grateful.

I have a question regarding JUnit projects future and to continue from
Tibor17's reply:

Since the community is quite huge some JUnit functionalities can be
> developed by the same community in separate Maven module. As a result the
> main module does not have to wait for a sub-module release. When new
> version of sub-module is ready, the main one will be associated. So both
> would be developed by the same team but the version will be different. I
> think this should speed up the realease of JUnit core.


Is there a plan for JUnit Java 8 module in the future?

Thanks,
Lovro