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

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 matcher, BiConsumer failureHandler) {
        super.assertThat(reason, actual, matcher, failureHandler);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy