org.jbehave.core.steps
Interface StepResult

All Known Implementing Classes:
AbstractStepResult, AbstractStepResult.Failed, AbstractStepResult.Ignorable, AbstractStepResult.NotPerformed, AbstractStepResult.Pending, AbstractStepResult.Silent, AbstractStepResult.Skipped, AbstractStepResult.Successful

public interface StepResult


Nested Class Summary
static class StepResult.Type
           
 
Method Summary
 void describeTo(StoryReporter reporter)
           
 UUIDExceptionWrapper getFailure()
           
 String parametrisedStep()
           
 StepResult withDurationInMillis(long duration)
           
 StepResult withParameterValues(String parametrisedStep)
           
 

Method Detail

parametrisedStep

String parametrisedStep()

withParameterValues

StepResult withParameterValues(String parametrisedStep)

withDurationInMillis

StepResult withDurationInMillis(long duration)

describeTo

void describeTo(StoryReporter reporter)

getFailure

UUIDExceptionWrapper getFailure()


Copyright © 2003-2012. All Rights Reserved.