
com.confluex.mock.http.expectations.Expectation.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of confluex-mock-http Show documentation
Show all versions of confluex-mock-http Show documentation
Testing library for mocking interactions to external HTTP servers
package com.confluex.mock.http.expectations
import com.confluex.mock.http.ClientRequest
interface Expectation {
/**
* Inspect the request and decide if it is valid
*
* @param request captured resutls from http request
* @return true if request is valid
*/
Boolean verify(ClientRequest request)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy