public class CsvRunner extends Object
| Constructor and Description |
|---|
CsvRunner(HasCsvTestExecutionHandlers hasCsvMethodInvocationHandlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectFinder(ObjectFinder objectFinder) |
void |
executeRow(List<String> row,
Object fixture) |
String |
getAssertionErrorMessagePrefix() |
<T> T |
getNodeValue(Object o,
Node node) |
String |
getProcessingMessagePrefix() |
int |
runSheet(List<List<String>> sheet,
Object fixture) |
void |
setExtendedLineInfo(String extendedLineInfo) |
String |
toString() |
public CsvRunner(HasCsvTestExecutionHandlers hasCsvMethodInvocationHandlers)
public void addObjectFinder(ObjectFinder objectFinder)
public String getAssertionErrorMessagePrefix()
public String getProcessingMessagePrefix()
public int runSheet(List<List<String>> sheet, Object fixture) throws Exception
Exceptionpublic void setExtendedLineInfo(String extendedLineInfo)
Copyright © 2018. All rights reserved.