Interface OutcomesProvider

All Known Implementing Classes:
PreviousOutcomes

public interface OutcomesProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    List<net.thucydides.model.domain.TestOutcome>
     
    void
    setOutcomes(List<net.thucydides.model.domain.TestOutcome> outcomes)
     
  • Method Details

    • getOutcomes

      List<net.thucydides.model.domain.TestOutcome> getOutcomes()
    • setOutcomes

      void setOutcomes(List<net.thucydides.model.domain.TestOutcome> outcomes)
    • clearOutcomes

      void clearOutcomes()