BAEL-3097 renaming test class to suffix "UnitTest"
This commit is contained in:
parent
0b7ceebb66
commit
25e11c23a1
|
@ -6,7 +6,7 @@ import org.junit.Test;
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
public class UrlMapperTest {
|
public class UrlMapperUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenDomains_whenCallDomainMapper_thenReturnDomainsWithoutProtocols() {
|
public void givenDomains_whenCallDomainMapper_thenReturnDomainsWithoutProtocols() {
|
Loading…
Reference in New Issue