specs2-junit


License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.specs2
ArtifactId

ArtifactId

specs2-junit_sjs0.6_2.13
Last Version

Last Version

4.8.3
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_sjs0.6_2.13

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.specs2 : specs2-core_sjs0.6_2.13 jar 4.8.3
org.scala-js : scalajs-library_2.13 jar 0.6.31
junit : junit jar 4.13

test (4)

Group / Artifact Type Version
org.specs2 : specs2-matcher-extra_sjs0.6_2.13 jar 4.8.3
org.specs2 : specs2-mock_sjs0.6_2.13 jar 4.8.3
org.scala-js : scalajs-test-bridge_2.13 jar 0.6.31
org.mockito : mockito-core jar 3.2.4

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.8.3
4.8.2
4.8.1
4.8.0
4.7.1
4.7.0
4.6.0
4.5.1