1
0

[HUDI-290] Normalize test class name of all test classes (#951)

This commit is contained in:
vinoth chandar
2019-10-22 20:19:11 -07:00
committed by GitHub
parent 031b067a3a
commit e4c91ed13f
20 changed files with 27 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ import static org.junit.Assert.assertTrue;
import java.lang.annotation.Annotation;
import org.junit.Test;
public class AnnotationTest {
public class TestAnnotation {
@Test
public void testAnnotation() {

View File

@@ -36,7 +36,7 @@ import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
public class HoodieInputFormatTest {
public class TestHoodieInputFormat {
private HoodieParquetInputFormat inputFormat;
private JobConf jobConf;

View File

@@ -75,7 +75,7 @@ import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
public class HoodieRealtimeRecordReaderTest {
public class TestHoodieRealtimeRecordReader {
private static final String PARTITION_COLUMN = "datestr";