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

com.github.alkedr.matchers.reporting.ReportingMatcher Maven / Gradle / Ivy

package com.github.alkedr.matchers.reporting;

import com.github.alkedr.matchers.reporting.reporters.SafeTreeReporter;
import org.hamcrest.Matcher;

/**
 * TODO: пример кода
 */
// TODO: написать в доках интерфейсов как их реализовывать
public interface ReportingMatcher extends Matcher {
    void run(Object item, SafeTreeReporter safeTreeReporter);
    void runForAbsentItem(SafeTreeReporter safeTreeReporter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy