You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Maybe Counterclockwise already fulfils your needs.
However, I do not have real experience with Counterclockwise so I do not know, e.g., if you can install Counterclockwise as Eclipse plug-in to your existing Eclipse installation or if you have to use the pre-bundled Counterclockwise distributable etc.
I will try to look into this issue as my time permits.
However, unfortunately, my time is currently very limited.
I will put information about updates in this thread.
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.
The text was updated successfully, but these errors were encountered: