Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LeakCheckLSAN ¶
LeadCheckLSAN will check for memory leaks if tests are run with 'go test -asan' address sanitizer. This should be run at the very end of the Test.
Types ¶
type ServerTrace ¶
type ServerTrace struct {
// contains filtered or unexported fields
}
ServerTrace holds trace events for server-side operations
type TestServer ¶
type TestServer struct { *httptest.Server URL string CaFile string // contains filtered or unexported fields }
TestServer is a test HTTPS server with tracing capabilities.
func NewServer ¶
func NewServer(t *testing.T) *TestServer
NewServer creates a new test HTTPS server with tracing.
type TraceListener ¶
TraceListener wraps net.Listener to trace accept events
Click to show internal directories.
Click to hide internal directories.