BAEL-3097 renaming test class to suffix "UnitTest"

This commit is contained in:
anilkivilcim.eray 2019-08-21 19:55:07 +03:00
parent 0b7ceebb66
commit 25e11c23a1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class UrlMapperTest {
public class UrlMapperUnitTest {
@Test
public void givenDomains_whenCallDomainMapper_thenReturnDomainsWithoutProtocols() {