Use clojure as test parameter, pass it to the test project with
-Dclojure-version=... from the test. You'll need to use junit4 and
Verifier, but I don't like invoker-plugin, so it's not an issue for me :-)
--
Regards,
Igor
On 2/9/2014, 23:29, Mark Derricutt wrote:
Yep,
My use-case should probably be moved to user@ tho, but in this instance,
my IT tests pom.xml has a dependency on a clojure version, and I want to
assert the same test runs against 1.3, 1.4, 1.5, 1.6 etc. As I add more
and more IT tests, I don't really want to make 6 duplicates of every
test project - that seems ludicrous.
On 10 Feb 2014, at 17:26, Igor Fedorenko wrote:
One of us must have misread the question :-)
I thought Mark asked if it was possible to run the same
clojure-maven-plugin IT with multiple versions of clojure compiler.
Assuming the point of the IT is to test clojure-maven-plugin, I don't
see anything wrong with this request and believe junit4 paramterized
tests are a good way to implement it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]