public class TableNode extends DALNode
| Constructor and Description |
|---|
TableNode(ColumnHeaderRow columnHeaderRow,
Body body) |
| Modifier and Type | Method and Description |
|---|---|
DALNode |
convertToVerificationNode(Data actual,
DALOperator operator,
RuntimeContextBuilder.DALRuntimeContext context) |
Row |
fetchDataRowSkipEllipsis(int indexSkipEllipsis) |
java.lang.String |
inspect() |
static java.lang.String |
printLine(java.util.List<? extends DALNode> nodes) |
protected ExpectationFactory |
toVerify(RuntimeContextBuilder.DALRuntimeContext context) |
collectFields, evaluate, evaluateData, getRootSymbolName, guessTableHeaderType, needPostBlankWarningCheck, needPrefixBlankWarningCheck, propertyChain, verifypublic TableNode(ColumnHeaderRow columnHeaderRow, Body body)
protected ExpectationFactory toVerify(RuntimeContextBuilder.DALRuntimeContext context)
public DALNode convertToVerificationNode(Data actual, DALOperator operator, RuntimeContextBuilder.DALRuntimeContext context)
public static java.lang.String printLine(java.util.List<? extends DALNode> nodes)
public Row fetchDataRowSkipEllipsis(int indexSkipEllipsis)