blob: 08987a54322b57f6fd236d950e37e0aa0cff3cce [file] [log] [blame]
package com.gemstone.gemfire.test.junit.categories;
/**
* JUnit Test Category that specifies a test with very narrow and well defined
* scope. Any complex dependencies and interactions are stubbed or mocked.
*/
public interface HoplogTest {
}