Package net.thucydides.core.output
Interface ResultsOutput
- All Known Implementing Classes:
SpreadsheetResultsOutput
public interface ResultsOutput
-
Method Summary
Modifier and Type Method Description voidrecordResult(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.IOExceptionjxl.write.WriteExceptionjxl.read.biff.BiffException
-