class IntegrationTestPlugin extends java.lang.Object
The integration test plugin can be used to execute integration tests from a own sourceSet named 'integration'. Just place your integration tests and resources under 'src/integration/[java|resources]' and then run the 'integrationTest' task. This allows for running unit and integration test in separate without the need to make a specific configuration to each involved build script.
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |