com.github.iskrenyp.spockdbrepo.exception.DbRepoException.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spock-db-repo Show documentation
Show all versions of spock-db-repo Show documentation
A simple annotation driven local extension for Spock framework, which enables you to screen record your Specifications
The newest version!
package com.github.iskrenyp.spockdbrepo.exception
import com.github.iskrenyp.core.api.exception.ISpockGoodyExtensionException
import groovy.transform.InheritConstructors
@InheritConstructors
class DbRepoException extends ISpockGoodyExtensionException{
}