scala for source & groovy for tests?
Hi everyone,
I'd like to ask one simple question: Is it possible to write a maven project's source in scala and the tests in groovy?
I tried it and couldn't make it work (the groovy class can't find/see the scala class).
Cheers,
stephanos
请先登录再写评论。
Short answer, yes. Hope this helps.
Thanks for your reply! I created a specific test project and was now able to get it working :-)
PS: I attached the project's sources to this thread in case somebody also struggles with this.
Attachment(s):
test.zip