scalatest-spring

Integrates ScalaTest with Spring to manage test context lifecycle using standard Spring annotations and a stackable Scala trait

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.scalaspring
ArtifactId

ArtifactId

scalatest-spring_2.11
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalatest-spring
Integrates ScalaTest with Spring to manage test context lifecycle using standard Spring annotations and a stackable Scala trait
Project URL

Project URL

http://github.com/scalaspring/scalatest-spring
Project Organization

Project Organization

com.github.scalaspring

Download scalatest-spring_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.scalaspring/scalatest-spring_2.11/ -->
<dependency>
    <groupId>com.github.scalaspring</groupId>
    <artifactId>scalatest-spring_2.11</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalaspring/scalatest-spring_2.11/
implementation 'com.github.scalaspring:scalatest-spring_2.11:0.3.1'
// https://jarcasting.com/artifacts/com.github.scalaspring/scalatest-spring_2.11/
implementation ("com.github.scalaspring:scalatest-spring_2.11:0.3.1")
'com.github.scalaspring:scalatest-spring_2.11:jar:0.3.1'
<dependency org="com.github.scalaspring" name="scalatest-spring_2.11" rev="0.3.1">
  <artifact name="scalatest-spring_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalaspring', module='scalatest-spring_2.11', version='0.3.1')
)
libraryDependencies += "com.github.scalaspring" % "scalatest-spring_2.11" % "0.3.1"
[com.github.scalaspring/scalatest-spring_2.11 "0.3.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
org.scalatest : scalatest_2.11 jar [2.2,2.3),[2.20,2.30),[2.200,2.300),[2.2000,2.3000),[2.20000,2.30000)
org.springframework : spring-context jar [4,5)
org.springframework : spring-test jar [4,5)

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.1
0.2.1