| Package | Description |
|---|---|
| smartrics.rest.fitnesse.fixture | |
| smartrics.rest.fitnesse.fixture.support |
| Modifier and Type | Class and Description |
|---|---|
class |
FitCell
Wrapper class to a table cell for the Fit runner.
|
class |
SlimCell
Wrapper for a cell in the table when running on Slim.
|
| Modifier and Type | Method and Description |
|---|---|
CellWrapper<String> |
SlimRow.getCell(int c) |
CellWrapper<fit.Parse> |
FitRow.getCell(int c) |
CellWrapper<String> |
SlimRow.removeCell(int c) |
CellWrapper<fit.Parse> |
FitRow.removeCell(int c) |
| Modifier and Type | Method and Description |
|---|---|
void |
FitFormatter.asLink(CellWrapper<fit.Parse> cell,
String resolvedUrl,
String link,
String text) |
void |
SlimFormatter.asLink(CellWrapper<String> cell,
String resolvedUrl,
String link,
String text) |
void |
FitFormatter.check(CellWrapper<fit.Parse> valueCell,
RestDataTypeAdapter adapter) |
void |
SlimFormatter.check(CellWrapper<String> expected,
RestDataTypeAdapter actual) |
void |
FitFormatter.exception(CellWrapper<fit.Parse> cell,
String exceptionMessage) |
void |
FitFormatter.exception(CellWrapper<fit.Parse> cell,
Throwable exception) |
void |
SlimFormatter.exception(CellWrapper<String> cell,
String exceptionMessage) |
void |
SlimFormatter.exception(CellWrapper<String> cell,
Throwable exception) |
void |
FitFormatter.right(CellWrapper<fit.Parse> expected,
RestDataTypeAdapter typeAdapter) |
void |
SlimFormatter.right(CellWrapper<String> expected,
RestDataTypeAdapter typeAdapter) |
void |
FitFormatter.wrong(CellWrapper<fit.Parse> expected,
RestDataTypeAdapter typeAdapter) |
void |
SlimFormatter.wrong(CellWrapper<String> expected,
RestDataTypeAdapter ta) |
| Modifier and Type | Method and Description |
|---|---|
CellWrapper<E> |
RowWrapper.getCell(int c) |
CellWrapper<E> |
RowWrapper.removeCell(int c)
removes a cell at a given position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellFormatter.asLink(CellWrapper<E> cell,
String resolvedUrl,
String link,
String text)
formats the content as a hyperlink.
|
void |
CellFormatter.check(CellWrapper<E> valueCell,
RestDataTypeAdapter adapter)
formats a check cell.
|
void |
CellFormatter.exception(CellWrapper<E> cellWrapper,
String exceptionMessage)
formats a cell containing an exception.
|
void |
CellFormatter.exception(CellWrapper<E> cellWrapper,
Throwable exception)
formats a cell containing an exception.
|
void |
CellFormatter.right(CellWrapper<E> expected,
RestDataTypeAdapter typeAdapter)
formats a cell representing a right expectation.
|
void |
CellFormatter.wrong(CellWrapper<E> expected,
RestDataTypeAdapter typeAdapter)
formats a cell representing a wrong expectation.
|
Copyright © 2017 smartrics. All rights reserved.