Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StubServer ¶
type StubServer struct {
// contains filtered or unexported fields
}
StubServer represents a running instance of a scripted bolt stub server
func NewStubServer ¶
func NewStubServer(t *testing.T, port int, script string) *StubServer
NewStubServer launches the stub server on the given port with the given script
func (*StubServer) Close ¶
func (server *StubServer) Close()
Close releases all process related resources
Click to show internal directories.
Click to hide internal directories.