net.thucydides.core.reports.adaptors
Interface TestOutcomeAdaptor

Package class diagram package TestOutcomeAdaptor
All Known Implementing Classes:
DefaultXUnitAdaptor, FilebasedOutcomeAdaptor, LettuceXUnitAdaptor, SpecflowAdaptor

public interface TestOutcomeAdaptor

Test outcome adaptors provide a way to read test results from an external source. In the most common situation, this data is loaded from a source file or directory, or read from an external provider (e.g. reading manual test results from an external tool). In situations where no source file or directory is required, this parameter can be ignored.


Method Summary
 List<TestOutcome> loadOutcomes()
           
 List<TestOutcome> loadOutcomesFrom(File source)
           
 

Method Detail

loadOutcomes

List<TestOutcome> loadOutcomes()
                               throws IOException
Throws:
IOException

loadOutcomesFrom

List<TestOutcome> loadOutcomesFrom(File source)
                                   throws IOException
Throws:
IOException


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.