Interface IntegrationTests
public interface IntegrationTests
Tag a test as 'integration/system' test, meaning that the test class has the following
characteristics:
- Possibly takes hours to complete
- Can be run on a mini cluster or an actual cluster
- Can make changes to the given cluster (starting stopping daemons, etc)
- Should not be run in parallel of other integration tests
- See Also: