Hi,

in my project, I have tests that run quickly because they test a single class. I also have integration tests that take lots of resources (time, memory, databases. etc.) - I'd like to separate those integration tests from the unit tests. How can I do something like this?

gradle test --> unit tests
gradle integrationtests --> integration tests

Cheers
Matthias


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to