| Interface | Description |
|---|---|
| CellFormatter<E> |
Formatter of the content of a cell.
|
| CellWrapper<E> |
Wrapper of a Slim/Fit cell.
|
| LetHandler |
Strategy to handle LET expressions.
|
| RowWrapper<E> |
Wrapper to a table row.
|
| Class | Description |
|---|---|
| BodyTypeAdapter |
Base class for body type adaptors.
|
| BodyTypeAdapterFactory |
Depending on Content-Type passed in, it'll build the appropriate type adapter
for parsing/rendering the cell content.
|
| Config |
Simple implementation of a named configuration store.
|
| FitVariables |
Facade to FitNesse global symbols map for FIT.
|
| HeadersTypeAdapter |
Type adapter for HTTP header cell in a RestFixture table.
|
| HttpClientBuilder |
Helper builder class for an apache
HttpClient that uses data in the
Config to configure the object. |
| JavascriptWrapper |
Wrapper class to all that related to JavaScript.
|
| JavascriptWrapper.JsResponse |
Wrapper class for Response to be embedded in the Rhino Context.
|
| JSONBodyTypeAdapter |
Type adapted for cells containing JSON content.
|
| LetBodyConstHandler |
Handles let expressions to assign constant values to symbols.
|
| LetBodyHandler |
Handles body of the last response on behalf of LET in RestFixture.
|
| LetBodyJsHandler |
Handles let expressions on XML content, returning XML string rather than the
string with the content within the tags.
|
| LetBodyPlainHandler |
Handles let expressions to assign body.
|
| LetBodyXmlHandler |
Handles let expressions on XML content, returning XML string rather than the
string with the content within the tags.
|
| LetHandlerFactory |
Builds strategies to handle LET body.
|
| LetHeaderHandler |
Handles header (a list of Header objects) LET manipulations.
|
| RestDataTypeAdapter |
Base class for all Type Adapters used by RestFixture.
|
| SlimVariables |
Facade to FitNesse global symbols map for SliM.
|
| StatusCodeTypeAdapter |
Type adapter for handling http status code cell.
|
| StringTypeAdapter |
Type adapter for cells containing strings.
|
| TextBodyTypeAdapter |
Type adapter for body cell containing plain text.
|
| Tools |
Misc tool methods for string/xml/xpath manipulation.
|
| Url |
Facade to
URL. |
| Variables |
Facade to FitNesse global symbols map.
|
| XPathBodyTypeAdapter |
Type adapter for body cells with XML content.
|
| Enum | Description |
|---|---|
| ContentType |
Supported content types.
|
| Exception | Description |
|---|---|
| JavascriptException |
Signals an error in the evaluation of the JavaScript in LetBodyJsHandler.
|
Copyright © 2017 smartrics. All rights reserved.