| Package | Description |
|---|---|
| smartrics.rest.fitnesse.fixture | |
| smartrics.rest.fitnesse.fixture.support |
| Modifier and Type | Method and Description |
|---|---|
void |
FitFormatter.check(CellWrapper<fit.Parse> valueCell,
RestDataTypeAdapter adapter) |
void |
SlimFormatter.check(CellWrapper<String> expected,
RestDataTypeAdapter actual) |
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 | Class and Description |
|---|---|
class |
BodyTypeAdapter
Base class for body type adaptors.
|
class |
HeadersTypeAdapter
Type adapter for HTTP header cell in a RestFixture table.
|
class |
JSONBodyTypeAdapter
Type adapted for cells containing JSON content.
|
class |
StatusCodeTypeAdapter
Type adapter for handling http status code cell.
|
class |
StringTypeAdapter
Type adapter for cells containing strings.
|
class |
TextBodyTypeAdapter
Type adapter for body cell containing plain text.
|
class |
XPathBodyTypeAdapter
Type adapter for body cells with XML content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellFormatter.check(CellWrapper<E> valueCell,
RestDataTypeAdapter adapter)
formats a check cell.
|
static String |
Tools.makeContentForRightCell(String expected,
RestDataTypeAdapter typeAdapter,
CellFormatter<?> formatter,
int minLenForToggle) |
static String |
Tools.makeContentForWrongCell(String expected,
RestDataTypeAdapter typeAdapter,
CellFormatter<?> formatter,
int minLenForToggle) |
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.