| 接口 | 说明 |
|---|---|
| HttpResult |
Provides access to the result of an executed request.
|
| ResultActions |
Allows applying actions, such as expectations, on the result of an executed
request.
|
| ResultHandler |
Executes a generic action (e.g. printing debug information) on the result of
an executed request.
|
| ResultMatcher |
Matches the result of an executed request against some expectation.
|
| ResultTransform<T> |
Transform
HttpResult to a T instance. |
| TemplateBuilder |
Builder class to build a
WebTemplate. |
| 类 | 说明 |
|---|---|
| WebTemplate |
Main entry point for Http engine support.
|
| WebTemplateBuilder |
The main class to build
WebTemplate with different configurations |
Copyright © 2016. All rights reserved.