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 9541b56c5e
commit ae5ee571b9
18 changed files with 140 additions and 33 deletions
@@ -6,7 +6,7 @@ import org.junit.jupiter.api.Test;
import java.sql.Timestamp;
import java.time.format.DateTimeFormatter;
public class TimestampToStringConverterTest {
public class TimestampToStringConverterUnitTest {
@Test
public void givenDatePattern_whenFormatting_thenResultingStringIsCorrect() {