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

src.samples.java.ex.SAT_Sample Maven / Gradle / Ivy

package ex;

import org.hamcrest.Matcher;
import org.hamcrest.Matchers;

public class SAT_Sample {

    public void testHasEntry() {
        Matcher m = Matchers.hasEntry("key", Matchers.containsString("val"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy