On 27/12/2010, at 7:32 AM, Adam Monsen wrote: >> I think unit tests by definition should be deterministic... and >> should only run when code/configuration changes. > > Agreed. Well put. In this case I may have just been surprised by a > build system/convention that makes sense and is fun to use. :) > > Maybe I'll make a "source set" for an integration test suite. Anyone > have any examples of exemplary code doing this? (I'm happy to start a > new thread about same if that's better list etiquette)
There's a sample in $gradleHome/samples/java/withIntegrationTests you might start with. At some point, I'd like to extract some integration/acceptance testing patterns into an 'integration-test' plugin. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
