geodevv spock extensions

spock extensions like doomsday

License

License

Categories

Categories

Spock Application Testing & Monitoring Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.geodevv.testing
ArtifactId

ArtifactId

spock-extensions
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

geodevv spock extensions
spock extensions like doomsday
Source Code Management

Source Code Management

https://github.com/przemekgalazka/spock-extensions

Download spock-extensions

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.codehaus.groovy : groovy-all jar 2.4.3
org.spockframework : spock-core jar 1.0-groovy-2.4
joda-time : joda-time jar 2.7

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
cglib : cglib-nodep jar 2.2

Project Modules

There are no modules declared in this project.

What is it?

Spock extension - doomsday, it helps ignore failling feature till specific date (the doomsday)

Examples

    @DoomsDay('2018-06-30')
    def "TC-1111 - It's not possible to refresh access token when.."() {

        given: 'user logs in obtaining app access token' 
        ...
        ...

Usage

Add annotation @DoomsDay('yyyy-MM-dd') to your feature or specification. From now on, a feature or specification will be ignored till 'yyyy-MM-dd'

##Maven

 <dependency>
  <groupId>com.geodevv.testing</groupId>
  <artifactId>spock-extensions</artifactId>
  <version>1.0.2</version>
</dependency>

##Dependencies compile 'org.codehaus.groovy:groovy-all:2.4.3' compile 'org.spockframework:spock-core:1.0-groovy-2.4' compile 'org.slf4j:slf4j-api:1.7.7' compile 'joda-time:joda-time:2.7'

##Latest Release

  • 1.0.2

Versions

Version
1.0.2