Hi Daniel
Thank you!
On Monday, May 29, 2017 at 2:40:08 AM UTC+1, Daniel Compton wrote:
>
> Hi Manas
>
> I haven't used it, and it's quite old, but this may help for writing JUnit
> tests in Clojure:
> https://github.com/clojurebook/ClojureProgramming/tree/master/ch09-annotations.
>
> It sh
Hi Manas
I haven't used it, and it's quite old, but this may help for writing JUnit
tests in Clojure:
https://github.com/clojurebook/ClojureProgramming/tree/master/ch09-annotations.
It shows how to add JUnit annotations in Clojure, and how to run those
tests with Maven.
On Sat, May 27, 2017 at 9:
Hello All,.
We have a large java code base. Junits are not keeping in pace with the
code base changes and quite a number are outdated.
I was wondering if I can use clojure to write unit tests and run them
using Junit Runner so that the unit tests pass inside eclipse as part of
compilation o