All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.iskrenyp.spockdbrepo.api.SqlDataSourceConfigObj.groovy Maven / Gradle / Ivy

Go to download

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.api

import com.github.iskrenyp.core.api.config.IConfigurableEntity
import groovy.transform.TupleConstructor

@TupleConstructor
class SqlDataSourceConfigObj implements IConfigurableEntity {

    String url
    String username
    String password
    String driver
    Map views
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy