Documentation ¶
Overview ¶
Package servertest 为测试 web.Server 提供一些简便的功能
Index ¶
- func Delete(a *assert.Assertion, path string) *rest.Request
- func Get(a *assert.Assertion, path string) *rest.Request
- func NewRequest(a *assert.Assertion, method, path string) *rest.Request
- func Patch(a *assert.Assertion, path string, body []byte) *rest.Request
- func Post(a *assert.Assertion, path string, body []byte) *rest.Request
- func Run(a *assert.Assertion, s web.Server) func()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.