Java-2394 Create default and integration profile for JDK-9 and above modules

This commit is contained in:
mikr
2020-09-10 01:08:03 +02:00
parent d75b1e880d
commit ccac9de896
18 changed files with 140 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.Test;
public class StringAPITest {
public class StringAPIUnitTest {
@Test
public void whenPositiveArgument_thenReturnIndentedString() {