com.github.bmsantos.gradle.cola.ColaConfig.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cola-gradle-plugin Show documentation
Show all versions of cola-gradle-plugin Show documentation
COLA Tests is a plugin that automatically injects BDD stories into normal JUnit POJOs.
package com.github.bmsantos.gradle.cola
class ColaConfig {
String ideBaseClass
String ideTestMethod
String targetDirectory
String[] includes
String[] excludes
}