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

org.hamcrest.JMock1Matchers Maven / Gradle / Ivy

Go to download

A self-contained hamcrest jar containing all of the sub-modules in a single artifact.

There is a newer version: 1.3
Show newest version
package org.hamcrest;

import org.hamcrest.integration.JMock1Adapter;
import org.jmock.core.Constraint;

public class JMock1Matchers {

    public static Constraint equalTo(String string) {
        return JMock1Adapter.adapt(Matchers.equalTo(string));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy