Skip to content

Commit d359494

Browse files
authored
Merge pull request #1125 from arkanar611/ISSUE-1038-Test-refactoring
Issue 1038 - Test was refactored by using junit5 features
2 parents 9cd191c + 60450a2 commit d359494

2 files changed

Lines changed: 143 additions & 284 deletions

File tree

biojava-genome/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@
6767
<artifactId>junit</artifactId>
6868
<scope>test</scope>
6969
</dependency>
70+
<dependency>
71+
<groupId>org.junit.jupiter</groupId>
72+
<artifactId>junit-jupiter-engine</artifactId>
73+
</dependency>
74+
<dependency>
75+
<groupId>org.junit.jupiter</groupId>
76+
<artifactId>junit-jupiter-params</artifactId>
77+
</dependency>
78+
<dependency>
79+
<groupId>org.junit.vintage</groupId>
80+
<artifactId>junit-vintage-engine</artifactId>
81+
</dependency>
7082
<dependency>
7183
<groupId>org.biojava</groupId>
7284
<artifactId>biojava-core</artifactId>

0 commit comments

Comments
 (0)