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

lv.ctco.cukesrest.internal.matchers.MiscMatchers Maven / Gradle / Ivy

The newest version!
package lv.ctco.cukesrest.internal.matchers;

import org.hamcrest.*;

import static org.hamcrest.core.Is.*;

public class MiscMatchers {

    public static  Matcher that(Matcher matcher) {
        return is(matcher);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy