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

com.github.cukedoctor.spi.SummaryRenderer Maven / Gradle / Ivy

There is a newer version: 3.9.0
Show newest version
package com.github.cukedoctor.spi;

import java.util.List;

import com.github.cukedoctor.api.model.Feature;
import com.github.cukedoctor.renderer.BaseRenderer;

/**
 * Created by pestano on 24/02/16.
 */
public interface SummaryRenderer extends BaseRenderer{

    String renderSummary(List features);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy