application.backwardCompatibility.CompatibilityResult.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of specmatic-executable Show documentation
Show all versions of specmatic-executable Show documentation
Command-line standalone executable jar for Specmatic
package application.backwardCompatibility
enum class CompatibilityResult {
PASSED, FAILED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy