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

org.hamcrest.JMock1Matchers Maven / Gradle / Ivy

Go to download

Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.

The newest version!
package org.hamcrest;

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

public class JMock1Matchers {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy