net.thucydides.core.model.features
Class FeatureLoader
java.lang.Object
net.thucydides.core.model.features.FeatureLoader
public class FeatureLoader
- extends Object
Load a set of test results organized into stories and features, and return them as a list of features.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureLoader
public FeatureLoader()
setUserStoriesLoader
public void setUserStoriesLoader(UserStoryLoader userStoriesLoader)
getUserStoriesLoader
public UserStoryLoader getUserStoriesLoader()
loadFrom
public List<FeatureResults> loadFrom(File resultsDirectory)
throws IOException
- Throws:
IOException
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.