com.greenmoonsoftware.tea.HttpMetaData.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.
The newest version!
package com.greenmoonsoftware.tea
class HttpMetaData {
String host = ''
String uri = ''
String method = ''
Map requestHeaders = [:]
Map queryParameters = [:]
def requestBody = [:]
Map> responseHeaders = [:]
def responseBody
int responseStatus
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy