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

com.github.karsaig.approvalcrest.jupiter.AssertImpl Maven / Gradle / Ivy

The newest version!
package com.github.karsaig.approvalcrest.jupiter;

import java.util.function.BiConsumer;

import org.hamcrest.Matcher;

import com.github.karsaig.approvalcrest.ComparisonDescription;

class AssertImpl extends com.github.karsaig.approvalcrest.AssertImplProxy {

    @Override
    protected  void assertThat(String reason, T actual, Matcher matcher, BiConsumer failureHandler) {
        super.assertThat(reason, actual, matcher, failureHandler);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy