cucumber.runtime
Interface UnreportedStepExecutor

All Known Implementing Classes:
Runtime

public interface UnreportedStepExecutor


Method Summary
 void runUnreportedStep(String uri, gherkin.I18n i18n, String stepKeyword, String stepName, int line, List<gherkin.formatter.model.DataTableRow> dataTableRows, gherkin.formatter.model.DocString docString)
           
 

Method Detail

runUnreportedStep

void runUnreportedStep(String uri,
                       gherkin.I18n i18n,
                       String stepKeyword,
                       String stepName,
                       int line,
                       List<gherkin.formatter.model.DataTableRow> dataTableRows,
                       gherkin.formatter.model.DocString docString)
                       throws Throwable
Throws:
Throwable


Copyright © 2012. All Rights Reserved.