Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IT ¶
type IT struct {
// contains filtered or unexported fields
}
IT is the main structure of the integration testing framework.
func (*IT) Init ¶
func (i *IT) Init(server ServerHandlerFn, connectToDatabase db.PoolFn) func(http.ResponseWriter, *http.Request)
Init the IT framework: loads config, creates the database and startup the server.
type ServerHandlerFn ¶
ServerHandlerFn blah
Click to show internal directories.
Click to hide internal directories.