Skip to content

Commit 3c3057d

Browse files
committed
Use simpler and better JUnit APIs
1 parent 669023a commit 3c3057d

File tree

4 files changed

+156
-320
lines changed

4 files changed

+156
-320
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@
3434
<artifactId>junit-jupiter</artifactId>
3535
<scope>test</scope>
3636
</dependency>
37-
<dependency>
38-
<groupId>org.hamcrest</groupId>
39-
<artifactId>hamcrest</artifactId>
40-
<version>3.0</version>
41-
<scope>test</scope>
42-
</dependency>
4337
<dependency>
4438
<groupId>org.mockito</groupId>
4539
<artifactId>mockito-core</artifactId>
@@ -132,7 +126,7 @@
132126
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
133127
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
134128
<commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio>
135-
<commons.jacoco.methodRatio>1.00</commons.jacoco.methodRatio>
129+
<commons.jacoco.methodRatio>0.99</commons.jacoco.methodRatio>
136130
<commons.jacoco.branchRatio>0.97</commons.jacoco.branchRatio>
137131
<commons.jacoco.lineRatio>0.99</commons.jacoco.lineRatio>
138132
<commons.jacoco.complexityRatio>0.96</commons.jacoco.complexityRatio>

0 commit comments

Comments
 (0)