Interface 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 Details

    • loadOutcomes

      java.util.List<TestOutcome> loadOutcomes() throws java.io.IOException
      Throws:
      java.io.IOException
    • loadOutcomesFrom

      java.util.List<TestOutcome> loadOutcomesFrom​(java.io.File source) throws java.io.IOException
      Throws:
      java.io.IOException