Interface IntegrationTest


  • public interface IntegrationTest
    Marker interface used to separate unit tests from integration tests. All integration tests should be marked with: @Category(IntegrationTest.class) so that they can be run separately.