nthportal / testing-utils   1.0.0

Apache License 2.0 GitHub

Assorted utilities for making testing easier

Scala versions: 2.12 2.11

testing-utils

Assorted utilities for making testing easier

Build Status Coverage Status Maven Central Versioning Docs

Add as a Dependency

SBT (Scala 2.11 and 2.12)

"com.nthportal" %% "testing-utils" % "1.0.0" % Test

Maven

Scala 2.12

<dependency>
  <groupId>com.nthportal</groupId>
  <artifactId>testing-utils_2.12</artifactId>
  <version>1.0.0</version>
  <scope>test</scope>
</dependency>

Scala 2.11

<dependency>
  <groupId>com.nthportal</groupId>
  <artifactId>testing-utils_2.11</artifactId>
  <version>1.0.0</version>
  <scope>test</scope>
</dependency>