![JAR search and dependency download from the Maven repository](/logo.png)
com.github.karsaig.approvalcrest.AssertImplProxy Maven / Gradle / Ivy
The newest version!
package com.github.karsaig.approvalcrest;
import java.util.function.BiConsumer;
import org.hamcrest.Matcher;
import com.github.karsaig.approvalcrest.matcher.AssertImpl;
public class AssertImplProxy extends AssertImpl {
@Override
protected void assertThat(String reason, T actual, Matcher super T> matcher, BiConsumer failureHandler) {
super.assertThat(reason, actual, matcher, failureHandler);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy