| Package | Description |
|---|---|
| nablarch.fw.web |
画面オンライン処理方式の主要APIを収めたパッケージ。
|
| nablarch.test.core.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponse.Status |
HttpResponse.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpResponse.Status |
HttpResponse.Status.valueOfCode(int code)
指定されたステータスコードに対する
Statusオブジェクトを返す。 |
static HttpResponse.Status[] |
HttpResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRestTestSupport.assertStatusCode(java.lang.String message,
HttpResponse.Status expected,
HttpResponse response)
ステータスコードが想定通りであることを表明する。
|