License |
License |
---|---|
Categories |
CategoriesSpock Application Testing & Monitoring |
GroupId | GroupIdorg.robospock |
ArtifactId | ArtifactIdrobospock |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrobospock
Library brings Robolectric unit tests option to Spock testing framework.
|
Filename | Size |
---|---|
robospock-1.0.1.pom | |
robospock-1.0.1.jar | 18 KB |
robospock-1.0.1-sources.jar | 6 KB |
robospock-1.0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robospock/robospock/ -->
<dependency>
<groupId>org.robospock</groupId>
<artifactId>robospock</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.robospock/robospock/
implementation 'org.robospock:robospock:1.0.1'
// https://jarcasting.com/artifacts/org.robospock/robospock/
implementation ("org.robospock:robospock:1.0.1")
'org.robospock:robospock:jar:1.0.1'
<dependency org="org.robospock" name="robospock" rev="1.0.1">
<artifact name="robospock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robospock', module='robospock', version='1.0.1')
)
libraryDependencies += "org.robospock" % "robospock" % "1.0.1"
[org.robospock/robospock "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
org.robolectric : robolectric | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.robolectric : android-all | jar | 5.0.0_r2-robolectric-1 |