Skip to content

Commit a4c8d06

Browse files
Adding mockito sample code
1 parent df6483e commit a4c8d06

20 files changed

Lines changed: 1041 additions & 3 deletions

File tree

junit4-and-5-maven-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<plugins>
5353
<plugin>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.0.0-M6</version>
55+
<version>3.0.0</version>
5656
</plugin>
5757
</plugins>
5858
</build>

junit5-assertj-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugins>
4848
<plugin>
4949
<artifactId>maven-surefire-plugin</artifactId>
50-
<version>3.0.0-M6</version>
50+
<version>3.0.0</version>
5151
</plugin>
5252
</plugins>
5353
</build>

junit5-maven-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugins>
4848
<plugin>
4949
<artifactId>maven-surefire-plugin</artifactId>
50-
<version>3.0.0-M6</version>
50+
<version>3.0.0</version>
5151
</plugin>
5252
</plugins>
5353
</build>

junit5-mockito-sample/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.idea
2+
*.iml
3+
target
4+
57.4 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
2+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar

junit5-mockito-sample/mvnw

Lines changed: 316 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)