File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/test/java/org/woehlke/simpleworklist Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12701270 <dependencyDetailsEnabled >true</dependencyDetailsEnabled >
12711271 </configuration >
12721272 </plugin >
1273+ <!--
12731274 <plugin>
12741275 <groupId>org.apache.maven.plugins</groupId>
12751276 <artifactId>maven-changes-plugin</artifactId>
12861287 </reportSet>
12871288 </reportSets>
12881289 </plugin>
1290+ -->
12891291 <plugin >
12901292 <groupId >org.apache.maven.plugins</groupId >
12911293 <artifactId >maven-checkstyle-plugin</artifactId >
Original file line number Diff line number Diff line change 22
33import lombok .extern .slf4j .Slf4j ;
44import org .junit .jupiter .api .*;
5- import org .junit .runner .RunWith ;
5+ // import org.junit.runner.RunWith;
66import org .springframework .beans .factory .annotation .Autowired ;
77import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
88import org .springframework .boot .test .context .SpringBootTest ;
3232@ TestMethodOrder (MethodOrderer .OrderAnnotation .class )
3333@ TestInstance (TestInstance .Lifecycle .PER_CLASS )
3434@ AutoConfigureMockMvc
35- @ RunWith (SpringRunner .class )
35+ // @RunWith(SpringRunner.class)
3636@ SpringBootTest (webEnvironment = SpringBootTest .WebEnvironment .RANDOM_PORT )
3737@ Import (SimpleworklistApplication .class )
3838public class SmokeTests {
You can’t perform that action at this time.
0 commit comments