[HUDI-290] Normalize test class name of all test classes (#951)
This commit is contained in:
@@ -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() {
|
||||
@@ -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;
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user