This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed
spring-graalvm-native-samples
webflux-netty/src/test/java/com/example/demo Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.3.0 .RELEASE</version >
8+ <version >2.3.1 .RELEASE</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
Original file line number Diff line number Diff line change 1- //package com.example.demo;
2- //
3- //import org.junit.Test;
4- //import org.junit.runner.RunWith;
5- //import org.springframework.boot.test.context.SpringBootTest;
6- //import org.springframework.test.context.junit4.SpringRunner;
7- //
8- //@RunWith(SpringRunner.class)
9- //@SpringBootTest
10- //public class DemoApplicationTests {
11- //
12- // @Test
13- // public void contextLoads() {
14- // }
15- //
16- //}
1+ package com .example .demo ;
2+
3+ import org .junit .jupiter .api .Test ;
4+
5+ import org .springframework .boot .test .context .SpringBootTest ;
6+
7+ @ SpringBootTest
8+ public class DemoApplicationTests {
9+
10+ @ Test
11+ public void contextLoads () {
12+ }
13+
14+ }
You can’t perform that action at this time.
0 commit comments