org.jbehave.core.embedder
Class StoryRunner.FilterContext

java.lang.Object
  extended by org.jbehave.core.embedder.StoryRunner.FilterContext
Enclosing class:
StoryRunner

public class StoryRunner.FilterContext
extends java.lang.Object


Constructor Summary
StoryRunner.FilterContext(MetaFilter filter, Story story, StoryControls storyControls)
           
 
Method Summary
 boolean allowed()
           
 boolean allowed(Scenario scenario)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryRunner.FilterContext

public StoryRunner.FilterContext(MetaFilter filter,
                                 Story story,
                                 StoryControls storyControls)
Method Detail

allowed

public boolean allowed()

allowed

public boolean allowed(Scenario scenario)


Copyright © 2003-2011. All Rights Reserved.