| パッケージ | 説明 |
|---|---|
| org.springframework.test.web.client | クライアント側の REST テストサポートが含まれています。 |
| 修飾子と型 | インターフェースと説明 |
|---|---|
interface | RequestExpectationRequestMatcher および ResponseCreator も実装する ResponseActions の拡張 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DefaultRequestExpectation リクエストマッチャーとそれに含まれるレスポンス作成者に単に委譲する RequestExpectation のデフォルト実装。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ResponseActions | DefaultRequestExpectation.andExpect(RequestMatcher requestMatcher) |
ResponseActions | ResponseActions.andExpect(RequestMatcher requestMatcher) リクエストの期待値を追加します。 |
ResponseActions | MockRestServiceServer.expect(ExpectedCount count, RequestMatcher matcher) リクエストの実行が予想される回数も示す MockRestServiceServer.expect(RequestMatcher) の代替。 |
ResponseActions | MockRestServiceServer.expect(RequestMatcher matcher) 単一の HTTP リクエストに対する期待を設定します。 |
ResponseActions | RequestExpectationManager.expectRequest(ExpectedCount count, RequestMatcher requestMatcher) 新しいリクエストの期待を設定します。 |
ResponseActions | AbstractRequestExpectationManager.expectRequest(ExpectedCount count, RequestMatcher matcher) |