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

net.masterthought.cucumber.json.support.ResultsWithMatch Maven / Gradle / Ivy

package net.masterthought.cucumber.json.support;

import net.masterthought.cucumber.json.Match;
import net.masterthought.cucumber.json.Result;

/**
 * Ensures that class delivers method for counting results and matches.
 * 
 * @author Damian Szczepanik (damianszczepanik@github)
 *
 */
public interface ResultsWithMatch {

    Result getResult();

    Status getStatus();

    Match getMatch();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy