BAEL-14079 Renamed test to conform to *UnitTest.java convention
This commit is contained in:
@@ -7,7 +7,7 @@ import org.junit.Test;
|
||||
import static com.baeldung.kotlin.Strings.*;
|
||||
|
||||
|
||||
public class StringUtilTest {
|
||||
public class StringUtilUnitTest {
|
||||
|
||||
@Test
|
||||
public void shouldEscapeXmlTagsInString() {
|
||||
Reference in New Issue
Block a user