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

net.thucydides.core.hamcrest.XMLMatchers Maven / Gradle / Ivy

There is a newer version: 0.9.275
Show newest version
package net.thucydides.core.hamcrest;

import org.hamcrest.Factory;
import org.hamcrest.Matcher;

/**
 * Hamcrest matchers to compare XML structure and content.
 */
public class XMLMatchers {

    @Factory
    public static Matcher isSimilarTo(final String expectedDocment ) {
        return new XMLIsSimilarMatcher(expectedDocment);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy