File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 7979 </dependency >
8080
8181 <!-- Testing libs -->
82- <dependency >
83- <groupId >io.kotest</groupId >
84- <artifactId >kotest-runner-junit4-jvm</artifactId >
85- <scope >test</scope >
86- </dependency >
8782 <dependency >
8883 <groupId >io.kotest</groupId >
8984 <artifactId >kotest-runner-junit5-jvm</artifactId >
9994 <artifactId >kotest-property-jvm</artifactId >
10095 <scope >test</scope >
10196 </dependency >
102- <!--
103- Executing JUnit 4 and JUnit 5 tests in a same build
104- https://stackoverflow.com/a/47158584/922688
105- -->
106- <!-- JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
107- <dependency >
108- <groupId >org.junit.jupiter</groupId >
109- <artifactId >junit-jupiter-engine</artifactId >
110- <scope >test</scope >
111- </dependency >
112- <!-- JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
113- <dependency >
114- <groupId >org.junit.vintage</groupId >
115- <artifactId >junit-vintage-engine</artifactId >
116- <scope >test</scope >
117- </dependency >
11897 </dependencies >
11998
12099 <dependencyManagement >
182161 testing libs
183162 -->
184163 <!-- https://github.com/kotlintest/kotlintest -->
185- <dependency >
186- <groupId >io.kotest</groupId >
187- <artifactId >kotest-runner-junit4-jvm</artifactId >
188- <version >${kotest.version} </version >
189- <scope >test</scope >
190- </dependency >
191164 <dependency >
192165 <groupId >io.kotest</groupId >
193166 <artifactId >kotest-runner-junit5-jvm</artifactId >
You can’t perform that action at this time.
0 commit comments