Hi,
I've just checked in some test cases into src/test/groovy which I've
termed 'integration' tests. I think they might need a better home, but
I've added them there so that they are being run in the meantime.
The intended scope of these tests is somewhere between the unit tests
(test a single class in isolation) and the existing integration tests (a
broad pass through gradle as a whole). They are intended to 1. check
that a bunch of classes work together, 2. be more focused on a
particular behaviour than the other integration tests, and 3. be faster
to run. In particular, I think these sorts of tests are handy for
testing error handling.
So, where should they live? One option is to leave them where they are,
as they are pretty fast. Another option is to run them as part of the
integration test suite, possibly porting the existing int tests to junit.
Adam
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email