Package net.thucydides.core.output
Interface ResultsOutput
- All Known Implementing Classes:
SpreadsheetResultsOutput
public interface ResultsOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecordResult(List<? extends Object> columnValues, SimpleValueMatcher... check)
-
Method Details
-
recordResult
void recordResult(List<? extends Object> columnValues, SimpleValueMatcher... check) throws IOException, jxl.write.WriteException, jxl.read.biff.BiffException - Throws:
IOExceptionjxl.write.WriteExceptionjxl.read.biff.BiffException
-