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

com.github.wenhao.stub.matcher.RequestBodyMatcher Maven / Gradle / Ivy

package com.github.wenhao.stub.matcher;

import com.github.wenhao.common.domain.Request;

public interface RequestBodyMatcher {

    boolean isApplicable(Request stubRequest, Request realRequest);

    boolean match(Request stubRequest, Request realRequest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy