org.hamcrest.JMock1Matchers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hamcrest-integration
Show all versions of hamcrest-integration
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