org.jbehave.core.parsers
Interface StepMatcher

All Known Implementing Classes:
RegexStepMatcher

public interface StepMatcher


Method Summary
 boolean find(String stepWithoutStartingWord)
           
 boolean matches(String stepWithoutStartingWord)
           
 String parameter(int matchedPosition)
           
 String[] parameterNames()
           
 String pattern()
           
 

Method Detail

matches

boolean matches(String stepWithoutStartingWord)

find

boolean find(String stepWithoutStartingWord)

parameter

String parameter(int matchedPosition)

parameterNames

String[] parameterNames()

pattern

String pattern()


Copyright © 2003-2010. All Rights Reserved.