| Package | Description |
|---|---|
| org.specrunner.plugins.core.include | |
| org.specrunner.plugins.core.logical | |
| org.specrunner.util.xom.node |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PluginColumn.feature(IContext context,
CellAdapter h)
Get a feature name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginVerifyObjects.compare(IContext context,
IResultSet result,
IComparator comparator,
CellAdapter headerExpected,
CellAdapter cellExpected,
Object received)
Compare terminal elements.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CellAdapter> |
TableAdapter.captions
List of caption elements.
|
protected List<CellAdapter> |
RowAdapter.cells
List of row cells.
|
protected List<CellAdapter> |
TableAdapter.cols
List of col elements.
|
| Modifier and Type | Method and Description |
|---|---|
CellAdapter |
TableAdapter.getCaption(int i)
The caption given by that index.
|
CellAdapter |
RowAdapter.getCell(int i)
Get cell at a given index.
|
CellAdapter |
TableAdapter.getCol(int i)
The col given by that index.
|
| Modifier and Type | Method and Description |
|---|---|
List<CellAdapter> |
TableAdapter.getCaptions()
Get captions list.
|
List<CellAdapter> |
RowAdapter.getCells()
List of cells.
|
List<CellAdapter> |
TableAdapter.getCols()
Get cols list.
|
Copyright © 2016. All rights reserved.