[TEST] add Tests suffix
This commit is contained in:
parent
600cb886da
commit
358fd176c1
|
@ -30,7 +30,7 @@ import org.elasticsearch.test.ElasticsearchBackwardsCompatIntegrationTest;
|
|||
import org.junit.Test;
|
||||
import static org.hamcrest.Matchers.*;
|
||||
|
||||
public class ClusterStateBackwardsCompat extends ElasticsearchBackwardsCompatIntegrationTest {
|
||||
public class ClusterStateBackwardsCompatTests extends ElasticsearchBackwardsCompatIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void testClusterState() throws Exception {
|
|
@ -34,7 +34,7 @@ import java.lang.reflect.Method;
|
|||
|
||||
|
||||
@ElasticsearchIntegrationTest.ClusterScope(scope= ElasticsearchIntegrationTest.Scope.SUITE, numClientNodes = 0)
|
||||
public class NodesStatsBasicBackwardsCompat extends ElasticsearchBackwardsCompatIntegrationTest {
|
||||
public class NodesStatsBasicBackwardsCompatTests extends ElasticsearchBackwardsCompatIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void testNodeStatsSetIndices() throws Exception {
|
Loading…
Reference in New Issue