Package net.thucydides.model.reports
Interface UserStoryTestReporter
public interface UserStoryTestReporter
Generates an aggregate acceptance test report for each user story.
The class reads all the reports from the output directory and generates an aggregate report
summarizing the results using the generateReportsFor() method.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateReportsForTestResultsFrom(File sourceDirectory) Generates a set of user story reports from a given directory.voidsetOutputDirectory(File outputDirectory) voidsetResourceDirectory(String resourceDirectoryPath) Where do report resources come from.
-
Method Details
-
setResourceDirectory
Where do report resources come from. We don't need any resources for XML reports, so this does nothing by default. -
generateReportsForTestResultsFrom
Generates a set of user story reports from a given directory.- Throws:
IOException
-
getOutputDirectory
File getOutputDirectory() -
setOutputDirectory
-