Skip to content
Snippets Groups Projects
Commit d95ab93b authored by PIERRON Laurent's avatar PIERRON Laurent :man_in_tuxedo_tone1:
Browse files

jacoco tests depend on surefire module. adding maven-surefire-plugins 3.0.0-M7...

jacoco tests depend on surefire module. adding maven-surefire-plugins 3.0.0-M7 in pom.xml. renaming CalcEngineTest2.java to CalcEngineNewTest.java to be compliant with surefire.
parent c648c065
No related branches found
No related tags found
No related merge requests found
Pipeline #10719 passed
......@@ -47,6 +47,12 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
</plugin>
</plugins>
</build>
......@@ -61,6 +67,7 @@
<show>public</show>
</configuration>
</plugin>
</plugins>
</reporting>
......
......@@ -6,7 +6,7 @@ import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
public class CalcEngineTest2 {
public class CalcEngineNewTest {
CalcEngine2 calcEngine;
@BeforeEach
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment