testing-utils

Assorted utilities for making testing easier.

License

License

GroupId

GroupId

com.nthportal
ArtifactId

ArtifactId

testing-utils_2.12
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

testing-utils
Assorted utilities for making testing easier.
Project URL

Project URL

https://github.com/NthPortal/testing-utils
Project Organization

Project Organization

com.nthportal
Source Code Management

Source Code Management

https://github.com/NthPortal/testing-utils

Download testing-utils_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.12/ -->
<dependency>
    <groupId>com.nthportal</groupId>
    <artifactId>testing-utils_2.12</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.12/
implementation 'com.nthportal:testing-utils_2.12:1.0.0'
// https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.12/
implementation ("com.nthportal:testing-utils_2.12:1.0.0")
'com.nthportal:testing-utils_2.12:jar:1.0.0'
<dependency org="com.nthportal" name="testing-utils_2.12" rev="1.0.0">
  <artifact name="testing-utils_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nthportal', module='testing-utils_2.12', version='1.0.0')
)
libraryDependencies += "com.nthportal" % "testing-utils_2.12" % "1.0.0"
[com.nthportal/testing-utils_2.12 "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.1

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar [3.0,3.1)

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.0