testutil

package
v0.0.0-...-18b2753 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestServer

type TestServer struct {
	Server *httptest.Server
	Client *github.Client
	Mux    *http.ServeMux
}

TestServer represents a test HTTP server along with a github.Client and Mux

func NewTestServer

func NewTestServer() *TestServer

NewTestServer sets up a test HTTP server along with a github.Client that is configured to talk to that test server. Tests should register handlers on Mux which provide mock responses for the API method being tested.

func (*TestServer) Close

func (t *TestServer) Close()

Close closes the test HTTP server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL