org.jbehave.core.reporters
Interface CandidateStepReporter

All Known Implementing Classes:
PrintStreamCandidateStepReporter

public interface CandidateStepReporter


Method Summary
 void candidateStepsMatching(java.lang.String stepAsString, java.util.List<CandidateStep> candidateSteps, java.util.List<java.lang.Object> stepsIntances)
           
 

Method Detail

candidateStepsMatching

void candidateStepsMatching(java.lang.String stepAsString,
                            java.util.List<CandidateStep> candidateSteps,
                            java.util.List<java.lang.Object> stepsIntances)


Copyright © 2003-2010. All Rights Reserved.