org.jbehave.core.reporters
Class PrintStreamCandidateStepReporter

java.lang.Object
  extended by org.jbehave.core.reporters.PrintStreamCandidateStepReporter
All Implemented Interfaces:
CandidateStepReporter

public class PrintStreamCandidateStepReporter
extends java.lang.Object
implements CandidateStepReporter


Constructor Summary
PrintStreamCandidateStepReporter()
           
PrintStreamCandidateStepReporter(java.io.PrintStream output)
           
 
Method Summary
 void candidateStepsMatching(java.lang.String stepAsString, java.util.List<CandidateStep> candidateSteps, java.util.List<java.lang.Object> stepsInstances)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintStreamCandidateStepReporter

public PrintStreamCandidateStepReporter()

PrintStreamCandidateStepReporter

public PrintStreamCandidateStepReporter(java.io.PrintStream output)
Method Detail

candidateStepsMatching

public void candidateStepsMatching(java.lang.String stepAsString,
                                   java.util.List<CandidateStep> candidateSteps,
                                   java.util.List<java.lang.Object> stepsInstances)
Specified by:
candidateStepsMatching in interface CandidateStepReporter


Copyright © 2003-2010. All Rights Reserved.