File tree Expand file tree Collapse file tree
section-10-unit-testing-quick-start/08-conditional-tests
section-11-test-driven-development-quick-start
01-fizzbuzz-project-solution-basic
02-fizzbuzz-project-solution-parameterized-tests
03-fizzbuzz-project-solution-main-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 </dependencies >
2626
27- <build >
28- <plugins >
29-
30- <plugin >
31- <groupId >org.apache.maven.plugins</groupId >
32- <artifactId >maven-surefire-plugin</artifactId >
33- <version >3.0.0-M5</version >
34-
35- <configuration >
36- <testFailureIgnore >true</testFailureIgnore >
37-
38- <statelessTestsetReporter implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter" >
39- <usePhrasedTestCaseMethodName >true</usePhrasedTestCaseMethodName >
40- </statelessTestsetReporter >
41- </configuration >
42-
43- </plugin >
44-
45- <plugin >
46- <groupId >org.apache.maven.plugins</groupId >
47- <artifactId >maven-surefire-report-plugin</artifactId >
48- <version >3.0.0-M5</version >
49-
50- <executions >
51- <execution >
52- <phase >test</phase >
53- <goals >
54- <goal >report</goal >
55- </goals >
56- </execution >
57- </executions >
58- </plugin >
59-
60- <plugin >
61- <groupId >org.jacoco</groupId >
62- <artifactId >jacoco-maven-plugin</artifactId >
63- <version >0.8.7</version >
64-
65- <executions >
66- <execution >
67- <id >jacoco-prepare</id >
68- <goals >
69- <goal >prepare-agent</goal >
70- </goals >
71- </execution >
72-
73- <execution >
74- <id >jacoco-report</id >
75- <phase >test</phase >
76- <goals >
77- <goal >report</goal >
78- </goals >
79- </execution >
80- </executions >
81- </plugin >
82-
83- </plugins >
84- </build >
85-
8627</project >
Original file line number Diff line number Diff line change 2424
2525 </dependencies >
2626
27- <build >
28- <plugins >
29-
30- <plugin >
31- <groupId >org.apache.maven.plugins</groupId >
32- <artifactId >maven-surefire-plugin</artifactId >
33- <version >3.0.0-M5</version >
34-
35- <configuration >
36- <testFailureIgnore >true</testFailureIgnore >
37-
38- <statelessTestsetReporter implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter" >
39- <usePhrasedTestCaseMethodName >true</usePhrasedTestCaseMethodName >
40- </statelessTestsetReporter >
41- </configuration >
42-
43- </plugin >
44-
45- <plugin >
46- <groupId >org.apache.maven.plugins</groupId >
47- <artifactId >maven-surefire-report-plugin</artifactId >
48- <version >3.0.0-M5</version >
49-
50- <executions >
51- <execution >
52- <phase >test</phase >
53- <goals >
54- <goal >report</goal >
55- </goals >
56- </execution >
57- </executions >
58- </plugin >
59-
60- <plugin >
61- <groupId >org.jacoco</groupId >
62- <artifactId >jacoco-maven-plugin</artifactId >
63- <version >0.8.7</version >
64-
65- <executions >
66- <execution >
67- <id >jacoco-prepare</id >
68- <goals >
69- <goal >prepare-agent</goal >
70- </goals >
71- </execution >
72-
73- <execution >
74- <id >jacoco-report</id >
75- <phase >test</phase >
76- <goals >
77- <goal >report</goal >
78- </goals >
79- </execution >
80- </executions >
81- </plugin >
82-
83- </plugins >
84- </build >
85-
8627</project >
Original file line number Diff line number Diff line change 2424
2525 </dependencies >
2626
27- <build >
28- <plugins >
29-
30- <plugin >
31- <groupId >org.apache.maven.plugins</groupId >
32- <artifactId >maven-surefire-plugin</artifactId >
33- <version >3.0.0-M5</version >
34-
35- <configuration >
36- <testFailureIgnore >true</testFailureIgnore >
37-
38- <statelessTestsetReporter implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter" >
39- <usePhrasedTestCaseMethodName >true</usePhrasedTestCaseMethodName >
40- </statelessTestsetReporter >
41- </configuration >
42-
43- </plugin >
44-
45- <plugin >
46- <groupId >org.apache.maven.plugins</groupId >
47- <artifactId >maven-surefire-report-plugin</artifactId >
48- <version >3.0.0-M5</version >
49-
50- <executions >
51- <execution >
52- <phase >test</phase >
53- <goals >
54- <goal >report</goal >
55- </goals >
56- </execution >
57- </executions >
58- </plugin >
59-
60- <plugin >
61- <groupId >org.jacoco</groupId >
62- <artifactId >jacoco-maven-plugin</artifactId >
63- <version >0.8.7</version >
64-
65- <executions >
66- <execution >
67- <id >jacoco-prepare</id >
68- <goals >
69- <goal >prepare-agent</goal >
70- </goals >
71- </execution >
72-
73- <execution >
74- <id >jacoco-report</id >
75- <phase >test</phase >
76- <goals >
77- <goal >report</goal >
78- </goals >
79- </execution >
80- </executions >
81- </plugin >
82-
83- </plugins >
84- </build >
85-
8627</project >
Original file line number Diff line number Diff line change 2424
2525 </dependencies >
2626
27- <build >
28- <plugins >
29-
30- <plugin >
31- <groupId >org.apache.maven.plugins</groupId >
32- <artifactId >maven-surefire-plugin</artifactId >
33- <version >3.0.0-M5</version >
34-
35- <configuration >
36- <testFailureIgnore >true</testFailureIgnore >
37-
38- <statelessTestsetReporter implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter" >
39- <usePhrasedTestCaseMethodName >true</usePhrasedTestCaseMethodName >
40- </statelessTestsetReporter >
41- </configuration >
42-
43- </plugin >
44-
45- <plugin >
46- <groupId >org.apache.maven.plugins</groupId >
47- <artifactId >maven-surefire-report-plugin</artifactId >
48- <version >3.0.0-M5</version >
49-
50- <executions >
51- <execution >
52- <phase >test</phase >
53- <goals >
54- <goal >report</goal >
55- </goals >
56- </execution >
57- </executions >
58- </plugin >
59-
60- <plugin >
61- <groupId >org.jacoco</groupId >
62- <artifactId >jacoco-maven-plugin</artifactId >
63- <version >0.8.7</version >
64-
65- <executions >
66- <execution >
67- <id >jacoco-prepare</id >
68- <goals >
69- <goal >prepare-agent</goal >
70- </goals >
71- </execution >
72-
73- <execution >
74- <id >jacoco-report</id >
75- <phase >test</phase >
76- <goals >
77- <goal >report</goal >
78- </goals >
79- </execution >
80- </executions >
81- </plugin >
82-
83- </plugins >
84- </build >
85-
8627</project >
You can’t perform that action at this time.
0 commit comments