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

com.github.bmsantos.gradle.cola.ColaConfig.groovy Maven / Gradle / Ivy

Go to download

COLA Tests is a plugin that automatically injects BDD stories into normal JUnit POJOs.

There is a newer version: 0.5.0
Show newest version
package com.github.bmsantos.gradle.cola

class ColaConfig {
	String ideBaseClass
	String ideBaseClassTest
	String targetDirectory
	String[] includes
	String[] excludes
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy