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 2
2
3
3
public class Information {
4
4
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 " ;
7
7
}
Original file line number Diff line number Diff line change 1
1
package info .unterrainer .commons .httpserver ;
2
2
3
- import org .junit .Test ;
3
+ import org .junit .jupiter . api . Test ;
4
4
5
5
public class HttpServerTests {
6
6
Original file line number Diff line number Diff line change 4
4
5
5
import java .time .LocalDateTime ;
6
6
7
- import org .junit .BeforeClass ;
8
- import org .junit .Test ;
7
+ import org .junit .jupiter . api . BeforeAll ;
8
+ import org .junit .jupiter . api . Test ;
9
9
10
10
import info .unterrainer .commons .httpserver .jpas .ChildJpa ;
11
11
import info .unterrainer .commons .httpserver .jsons .ChildJson ;
@@ -18,7 +18,7 @@ public class OrikaMappingTests {
18
18
public static MapperFactory orikaFactory = new DefaultMapperFactory .Builder ().build ();
19
19
public static MapperFacade orikaMapper ;
20
20
21
- @ BeforeClass
21
+ @ BeforeAll
22
22
public static void beforeClass () {
23
23
orikaMapper = orikaFactory .getMapperFacade ();
24
24
}
You can’t perform that action at this time.
0 commit comments