2

I got Java production code and unit tests written in Clojure. Is there a way of measuring the code coverage?

Is there an eclipse plugin for this? I use eclEmma for my Java unit tests, is there an similar one for tests written in Clojure?

1
  • If the code being tested is Java code, shouldn't any coverage tool for Java work? You want coverage information on the Java code, right? Commented Nov 11, 2013 at 17:51

1 Answer 1

1

I heard about this project in a ClojureWest talk, though have not used it my self. perhaps it would be worth looking into for this:

https://github.com/dgrnbrg/guzheng

"guzheng is a library for doing branch coverage analysis of clojure code."

it seems to have a lein plugin to make running it a bit smoother.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.