testhelper

package
v2.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2017 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GitalyInfoRefsResponseMock    = strings.Repeat("Mock Gitaly InfoRefsResponse data", 100000)
	GitalyReceivePackResponseMock []byte
	GitalyUploadPackResponseMock  []byte
)

Functions

func AssertPatchSeries added in v0.8.5

func AssertPatchSeries(t *testing.T, blob []byte, expected ...string)

AssertPatchSeries takes a `git format-patch` blob, extracts the From xxxxx lines and compares the SHAs to expected list.

func AssertResponseBody

func AssertResponseBody(t *testing.T, response *httptest.ResponseRecorder, expectedBody string)

func AssertResponseBodyRegexp added in v1.4.0

func AssertResponseBodyRegexp(t *testing.T, response *httptest.ResponseRecorder, expectedBody *regexp.Regexp)

func AssertResponseCode

func AssertResponseCode(t *testing.T, response *httptest.ResponseRecorder, expectedCode int)

func AssertResponseHeader

func AssertResponseHeader(t *testing.T, w *http.Response, header string, expected ...string)

func AssertResponseWriterHeader added in v1.4.3

func AssertResponseWriterHeader(t *testing.T, w http.ResponseWriter, header string, expected ...string)

func BuildExecutables added in v0.7.9

func BuildExecutables() (func(), error)

func ConfigureSecret added in v1.2.0

func ConfigureSecret()

func RootDir added in v0.8.0

func RootDir() string

func TestServerWithHandler

func TestServerWithHandler(url *regexp.Regexp, handler http.HandlerFunc) *httptest.Server

Types

type GitalyTestServer added in v1.4.0

type GitalyTestServer struct {
	sync.WaitGroup
	// contains filtered or unexported fields
}

func NewGitalyServer added in v1.4.0

func NewGitalyServer(finalMessageCode codes.Code) *GitalyTestServer

func (*GitalyTestServer) InfoRefsReceivePack added in v1.4.0

func (s *GitalyTestServer) InfoRefsReceivePack(in *pb.InfoRefsRequest, stream pb.SmartHTTP_InfoRefsReceivePackServer) error

func (*GitalyTestServer) InfoRefsUploadPack added in v1.4.0

func (*GitalyTestServer) PostReceivePack added in v1.4.3

func (s *GitalyTestServer) PostReceivePack(stream pb.SmartHTTP_PostReceivePackServer) error

func (*GitalyTestServer) PostUploadPack added in v1.4.3

func (s *GitalyTestServer) PostUploadPack(stream pb.SmartHTTP_PostUploadPackServer) error

Jump to

Keyboard shortcuts

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