Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertResponce ¶
AssertResponceはHTTPレスポンスをアサートするテストヘルパー関数です。 レスポンスのステータスコードが期待されるステータスと一致するか、レスポンスボディが期待されるボディと一致するかを確認します。 レスポンスボディが空でない場合、AssertJSONを呼び出して期待されるJSONボディと実際のJSONボディを比較します。
パラメータ:
- t: テストの失敗を報告するために使用されるテストオブジェクト。
- got: チェックされる実際のHTTPレスポンス。
- status: 期待されるHTTPステータスコード。
- body: 期待されるレスポンスボディ。
この関数は、テストが終了した後にレスポンスボディが閉じられることも保証します。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.