mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Make module testcase abstract to appease test naming convetion checks
This commit is contained in:
parent
051cba3f4f
commit
41af2ca75f
@ -32,7 +32,7 @@ import java.util.Set;
|
||||
/**
|
||||
* Base testcase for testing {@link Module} implementations.
|
||||
*/
|
||||
public class ModuleTestCase extends ESTestCase {
|
||||
public abstract class ModuleTestCase extends ESTestCase {
|
||||
|
||||
/** Configures the module and asserts "clazz" is bound to "to". */
|
||||
public void assertBinding(Module module, Class to, Class clazz) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user