<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Mat Schaffer - Latest Comments in Groovy Unit Tests on Maven &amp;#038; Eclipse</title><link>http://matschaffer.disqus.com/</link><description></description><atom:link href="https://matschaffer.disqus.com/groovy_unit_tests_on_maven_038_eclipse/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 04 Mar 2009 08:01:13 -0000</lastBuildDate><item><title>Re: Groovy Unit Tests on Maven &amp;#038; Eclipse</title><link>http://matschaffer.com/2008/12/groovy-unit-tests-on-maven-eclipse/#comment-6867962</link><description>&lt;p&gt;Glad I could help! I might have to give Guice a try too.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mat Schaffer</dc:creator><pubDate>Wed, 04 Mar 2009 08:01:13 -0000</pubDate></item><item><title>Re: Groovy Unit Tests on Maven &amp;#038; Eclipse</title><link>http://matschaffer.com/2008/12/groovy-unit-tests-on-maven-eclipse/#comment-6854560</link><description>&lt;p&gt;Thanks Mat for replying. For now I switched to JUnit (and using Guice as well) and things are fine.&lt;/p&gt;&lt;p&gt;I'm currently not extending groovy.util.GroovyTestCase, just using AtUnit from Guice.. and it works pretty nicely.)&lt;/p&gt;&lt;p&gt;Thanks again. Eventually I'll get it working with TestNG, but for now JUnit is fine.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick R</dc:creator><pubDate>Tue, 03 Mar 2009 20:45:44 -0000</pubDate></item><item><title>Re: Groovy Unit Tests on Maven &amp;#038; Eclipse</title><link>http://matschaffer.com/2008/12/groovy-unit-tests-on-maven-eclipse/#comment-6847725</link><description>&lt;p&gt;I haven't tried the testng groovy integration. All my tests extend groovy.util.GroovyTestCase which I believe is JUnit by definition. I would expect that for TestNG tests to work correctly you'll need to include TestNG as a dependency in your pom.&lt;/p&gt;&lt;p&gt;Also I had a lot of issues getting groovy tests to work in eclipse until I started putting them under src/test/java. But gmaven worked regardless of where the tests were.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mat Schaffer</dc:creator><pubDate>Tue, 03 Mar 2009 15:57:14 -0000</pubDate></item><item><title>Re: Groovy Unit Tests on Maven &amp;#038; Eclipse</title><link>http://matschaffer.com/2008/12/groovy-unit-tests-on-maven-eclipse/#comment-6847502</link><description>&lt;p&gt;I'm having a bitch of time getting this to work correctly. I'm running into classpath issues so I'm wondering what I'm doing wrong. I have my test groovy code under src/test/groovy and my main groovy under scr/main/groovy. Without the configuration setup for the gmaven plugin, my standard groovy and java code complies just fine - it's just getting the tests under src/test/groovy to work correctly. It's as if it doesn't recognize the classpath at all (it first barfs jon "org.testng.annotations does not exist"  - mind you the regular java tests work fine once I remove the configuration for gmvaen, it's only getting these groovy tests to work.)&lt;/p&gt;&lt;p&gt;I posted what I think should be my relevant pom information here &lt;br&gt;&lt;a href="http://pastie.org/406377" rel="nofollow noopener" target="_blank" title="http://pastie.org/406377"&gt;http://pastie.org/406377&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Any tips much appreciated.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick R</dc:creator><pubDate>Tue, 03 Mar 2009 15:48:30 -0000</pubDate></item></channel></rss>