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

org.testmonkeys.jentitytest.hamcrest.matchers.ResultProcessor Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package org.testmonkeys.jentitytest.hamcrest.matchers;

import org.testmonkeys.jentitytest.comparison.ComparisonContext;
import org.testmonkeys.jentitytest.comparison.result.ComparisonResult;


public interface ResultProcessor {
    String getOutput(ComparisonContext context, ComparisonResult result);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy