blob: 7402a1bb62c4df2b725296d66454b1ed11a6c42a [file] [log] [blame]
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 {
}