specs2-junit


License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.specs2
ArtifactId

ArtifactId

specs2-junit_sjs1_2.11
Last Version

Last Version

4.10.6
Release Date

Release Date

Type

Type

jar
Description

Description

specs2-junit
specs2-junit
Project URL

Project URL

http://specs2.org/
Project Organization

Project Organization

org.specs2
Source Code Management

Source Code Management

https://github.com/etorreborre/specs2

Download specs2-junit_sjs1_2.11

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.specs2 : specs2-core_sjs1_2.11 jar 4.10.6
org.scala-js : scalajs-library_2.11 jar 1.4.0
junit : junit jar 4.13.1

test (4)

Group / Artifact Type Version
org.specs2 : specs2-matcher-extra_sjs1_2.11 jar 4.10.6
org.specs2 : specs2-mock_sjs1_2.11 jar 4.10.6
org.scala-js : scalajs-test-bridge_2.11 jar 1.4.0
org.mockito : mockito-core jar 3.7.7

Project Modules

There are no modules declared in this project.

Build Status Join the chat at https://gitter.im/etorreborre/specs2

Go to specs2.org to learn more about specs2!

Installation instructions

You need to download and install sbt. Then execute the following command:

sbt update publishLocal

Then you can generate the User Guide with:

sbt testOnly org.specs2.guide.UserGuide -- html

This should create html files in the target/specs2-reports directory.

Versions

Version
4.10.6
4.10.5
4.10.4
4.10.3
4.10.2
4.10.1
4.10.0
4.9.4
4.9.3
4.9.2
4.9.1
4.9.0