James Fisk asked "How do you get Jbhave to parse the story text in order to generate the classes ?"
Stories should be written in a particular format. JBehave will then parse this text and generate the classes for you.
The format is described here
James, does this answer your enquiry?
Posted by chrismatts at December 10, 2004 12:03 PMIt almost answers mine...
Which is the main class to be called in order to achieve this parsing?
What's the relationship between the stories and the behaviour classes? Particularly, between the expectations (FooShouldDoSomething) and the behaviour classes (FooBehaviour with method shouldDoSomething()) ? What am I missing?
Posted by: Liz at December 10, 2004 4:03 PM