com.greenmoonsoftware.tea.Result.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of green-tea-test Show documentation
Show all versions of green-tea-test Show documentation
A Groovy framework for functional testing rest services. Intended to help you relax while you REST.
package com.greenmoonsoftware.tea
class Result {
enum Condition { SUCCESS, FAIL, WARN }
Condition condition
String message
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy