net.thucydides.core.model.userstories
Class UserStoryLoader
java.lang.Object
net.thucydides.core.model.userstories.UserStoryLoader
public class UserStoryLoader
- extends Object
Loads a list of user stories from a given directory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserStoryLoader
public UserStoryLoader()
loadFrom
public List<StoryTestResults> loadFrom(File reportDirectory)
throws IOException
- Load the user stories from the XML test results in a specified directory.
Test results will be split across user stories if the user stories are specified in the
test run XML files.
- Throws:
IOException
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.