File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
main/java/info/unterrainer/commons/httpserver
test/java/info/unterrainer/commons/httpserver Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33public class Information {
44 public static final String name = "Http-Server" ;
5- public static final String buildTime = "2020-10-15T12:47:27Z " ;
6- public static final String pomVersion = "0.1.0 " ;
5+ public static final String buildTime = "2020-10-22T05:42:43Z " ;
6+ public static final String pomVersion = "0.1.5 " ;
77}
Original file line number Diff line number Diff line change 11package info .unterrainer .commons .httpserver ;
22
3- import org .junit .Test ;
3+ import org .junit .jupiter . api . Test ;
44
55public class HttpServerTests {
66
Original file line number Diff line number Diff line change 44
55import java .time .LocalDateTime ;
66
7- import org .junit .BeforeClass ;
8- import org .junit .Test ;
7+ import org .junit .jupiter . api . BeforeAll ;
8+ import org .junit .jupiter . api . Test ;
99
1010import info .unterrainer .commons .httpserver .jpas .ChildJpa ;
1111import info .unterrainer .commons .httpserver .jsons .ChildJson ;
@@ -18,7 +18,7 @@ public class OrikaMappingTests {
1818 public static MapperFactory orikaFactory = new DefaultMapperFactory .Builder ().build ();
1919 public static MapperFacade orikaMapper ;
2020
21- @ BeforeClass
21+ @ BeforeAll
2222 public static void beforeClass () {
2323 orikaMapper = orikaFactory .getMapperFacade ();
2424 }
You can’t perform that action at this time.
0 commit comments