org.hamcrest.EasyMock2Matchers 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.EasyMock2Adapter;
import org.hamcrest.core.IsEqual;
/**
*
* @author Joe Walnes
*/
public class EasyMock2Matchers {
public static String equalTo(String string) {
EasyMock2Adapter.adapt(IsEqual.equalTo(string));
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy