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

com.greenmoonsoftware.tea.Result.groovy Maven / Gradle / Ivy

Go to download

A Groovy framework for functional testing rest services. Intended to help you relax while you REST.

There is a newer version: 1.0.12
Show newest version
package com.greenmoonsoftware.tea

class Result {
	enum Condition { SUCCESS, FAIL, WARN }
	
	Condition condition
	String message
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy