run.qontract.core.QontractConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qontract-core Show documentation
Show all versions of qontract-core Show documentation
A Contract Testing Tool that leverages Gherkin to describe APIs in a human readable and machine enforceable manner
package run.qontract.core
val qontractDirPath: String = "${System.getProperty("user.home")}/.qontract"
val qontractCacheDirPath = "$qontractDirPath/cache"
val qontractRepoDirPath = "$qontractDirPath/repos"
const val POINTER_EXTENSION = "pointer"
const val QONTRACT_EXTENSION = "qontract"
const val DATA_DIR_SUFFIX = "_data"