Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests. The project was inspired by the VCR library for Ruby.
Scala versions:
2.11
betamax-specs2 2.0.1
Group ID:
software.betamax
Artifact ID:
betamax-specs2_2.11
Version:
2.0.1
Release Date:
Jul 30, 2016
Licenses:
Files:
Full Scala Version:
2.11.7
Developers:
libraryDependencies += "software.betamax" %% "betamax-specs2" % "2.0.1"
ivy"software.betamax::betamax-specs2:2.0.1"
//> using dep "software.betamax::betamax-specs2:2.0.1"
import $ivy.`software.betamax::betamax-specs2:2.0.1`
<dependency> <groupId>software.betamax</groupId> <artifactId>betamax-specs2_2.11</artifactId> <version>2.0.1</version> </dependency>
compile group: 'software.betamax', name: 'betamax-specs2_2.11', version: '2.0.1'