blob: 72b51fb4bc6413a32cb4044d7f8fb571c71bae43 [file] [log] [blame]
package com.gemstone.gemfire.test.junit.categories;
/**
* JUnit Test Category that specifies a test involving multiple members of a
* distributed system.
*
* @author Kirk Lund
*/
public interface DistributedTest {
}