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

io.codearte.accurest.plugin.AccurestPluginExtension.groovy Maven / Gradle / Ivy

The newest version!
package io.codearte.accurest.plugin

import io.coderate.accurest.config.TestFramework
import io.coderate.accurest.config.TestMode

/**
 * @author Jakub Kubrynski
 */
class AccurestPluginExtension {
	TestFramework targetFramework = TestFramework.SPOCK
	TestMode testMode = TestMode.EXPLICIT
	String stubsBaseDirectory = 'mappings'
	String basePackageForTests = 'io.codearte.accurest.tests'
	String baseClassForTests
	String ruleClassForTests
	String generatedTestSourcesDir = 'build/generated-sources/accurest'
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy