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