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

com.github.sinall.soapor.matchers.SOAPMessageMatchers Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.github.sinall.soapor.matchers;

public class SOAPMessageMatchers {
    public static  XPathValueMatcher hasValueInXPath(String xpath, T expectedValue) {
        return new XPathValueMatcher(xpath, expectedValue);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy