hmrc / hmrctest   3.0.0-2-g29a40c8

Apache License 2.0 GitHub

Scala library providing some useful functionality for unit and integration tests

Scala versions: 2.11

hmrctest 1.4.0-3-gd21b4d0


Group ID:
uk.gov.hmrc
Artifact ID:
hmrctest_2.11
Version:
1.4.0-3-gd21b4d0
Release Date:
Mar 11, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "hmrctest" % "1.4.0-3-gd21b4d0"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::hmrctest:1.4.0-3-gd21b4d0"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::hmrctest:1.4.0-3-gd21b4d0"

Ammonite REPL

import $ivy.`uk.gov.hmrc::hmrctest:1.4.0-3-gd21b4d0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray hmrc release-candidates",
  "Some(https://dl.bintray.com/hmrc/release-candidates)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>uk.gov.hmrc</groupId>
  <artifactId>hmrctest_2.11</artifactId>
  <version>1.4.0-3-gd21b4d0</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'hmrctest_2.11', version: '1.4.0-3-gd21b4d0'