package net.onrc.onos.core.util; /** * 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. */ public interface IntegrationTest { }