net.thucydides.core.model.userstories
Class UserStoryLoader

Package class diagram package UserStoryLoader
java.lang.Object
  extended by net.thucydides.core.model.userstories.UserStoryLoader

public class UserStoryLoader
extends Object

Loads a list of user stories from a given directory.


Constructor Summary
UserStoryLoader()
           
 
Method Summary
 List<StoryTestResults> loadFrom(File reportDirectory)
          Load the user stories from the XML test results in a specified directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStoryLoader

public UserStoryLoader()
Method Detail

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.