mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
style: enable MethodName in CheckStyle (#5182)
enabled: MethodName in CheckStyle
This commit is contained in:
committed by
GitHub
parent
ea4dc15a24
commit
295e7436b1
@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
|
||||
public class ReverseStringTest {
|
||||
|
||||
@Test
|
||||
public void ReverseStringTest() {
|
||||
public void testReverseString() {
|
||||
String input1 = "Hello World";
|
||||
String input2 = "helloworld";
|
||||
String input3 = "123456789";
|
||||
|
||||
Reference in New Issue
Block a user