Hi,
I work on a product built using Java and is in production for almost a decade.
The code base is quite large and is maintained by dozens of people. Eclipse is the IDE. We don't use either Maven or ANT. It is built using the default eclipse builder.
We will not move it out of Java anytime soon. I, however, want to use clojure.test as a replacement for Junit classes. I want to write my unit tests in clojure. Run them using a Junit runner inside eclipse via eclipse's Junit runner menus and buttons. (There is a Jenkins CI process down the line that runs the unit tests via separately for entire project. so the tests should be executable via Jenkins as well)
The test reports must be exported so that eclipse can display them in proper format.
I found a tool that provides a Junit runner for clojure tests: . But it is not licensed properly.
Please can test2junit be extended to accommodate my requirement.
Hi,
I work on a product built using Java and is in production for almost a decade.
The code base is quite large and is maintained by dozens of people. Eclipse is the IDE. We don't use either Maven or ANT. It is built using the default eclipse builder.
We will not move it out of Java anytime soon. I, however, want to use clojure.test as a replacement for Junit classes. I want to write my unit tests in clojure. Run them using a Junit runner inside eclipse via eclipse's Junit runner menus and buttons. (There is a Jenkins CI process down the line that runs the unit tests via separately for entire project. so the tests should be executable via Jenkins as well)
The test reports must be exported so that eclipse can display them in proper format.
I found a tool that provides a Junit runner for clojure tests: . But it is not licensed properly.
Please can test2junit be extended to accommodate my requirement.