Interface ResultsOutput

All Known Implementing Classes:
SpreadsheetResultsOutput

public interface ResultsOutput
  • Method Summary

    Modifier and Type Method Description
    void recordResult​(java.util.List<? extends java.lang.Object> columnValues, SimpleValueMatcher... check)  
  • Method Details

    • recordResult

      void recordResult​(java.util.List<? extends java.lang.Object> columnValues, SimpleValueMatcher... check) throws java.io.IOException, jxl.write.WriteException, jxl.read.biff.BiffException
      Throws:
      java.io.IOException
      jxl.write.WriteException
      jxl.read.biff.BiffException