Class LettuceXUnitAdaptor

java.lang.Object
net.thucydides.core.reports.adaptors.common.FilebasedOutcomeAdaptor
net.thucydides.core.reports.adaptors.lettuce.LettuceXUnitAdaptor
All Implemented Interfaces:
TestOutcomeAdaptor

public class LettuceXUnitAdaptor
extends FilebasedOutcomeAdaptor
  • Constructor Summary

    Constructors 
    Constructor Description
    LettuceXUnitAdaptor()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<TestOutcome> loadOutcomesFrom​(java.io.File source)  

    Methods inherited from class net.thucydides.core.reports.adaptors.common.FilebasedOutcomeAdaptor

    loadOutcomes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LettuceXUnitAdaptor

      public LettuceXUnitAdaptor()
  • Method Details

    • loadOutcomesFrom

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