Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoHandler ¶
type EchoHandler struct { // Requests contains all HTTP requests sent to the handler Requests []*http.Request }
EchoHandler is an http.Handler that echos the requested path in the document heading, i.e., the <h1> element.
func (*EchoHandler) RequestCount ¶
func (h *EchoHandler) RequestCount() int
RequestCount returns how many HTTP requests have been made to the handler
func (*EchoHandler) ServeHTTP ¶
func (h *EchoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GomegaSuite ¶ added in v0.4.0
func (*GomegaSuite) Expect ¶ added in v0.4.0
func (s *GomegaSuite) Expect(actual interface{}, extra ...interface{}) types.Assertion
Directories
¶
Path | Synopsis |
---|---|
Package gomegamatchers just exposes gomega matchers for easier importing.
|
Package gomegamatchers just exposes gomega matchers for easier importing. |
Click to show internal directories.
Click to hide internal directories.