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

com.confluex.mule.test.http.expectations.Expectation.groovy Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
package com.confluex.mule.test.http.expectations

import com.confluex.mule.test.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