use service loading to detect the kunit asserter if its on the classpath

This commit is contained in:
James Strachan
2012-03-13 11:00:16 +00:00
parent 3bf3284341
commit 50a42a2f07
4 changed files with 34 additions and 21 deletions
+6
View File
@@ -14,6 +14,12 @@
<artifactId>stdlib</artifactId>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kunit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>