package test
import "github.com/nats-io/nats.go/test"
Index ¶
- func NewConnection(t tLogger, port int) *nats.Conn
- func NewDefaultConnection(t tLogger) *nats.Conn
- func NewEConn(t tLogger) *nats.EncodedConn
- func RunDefaultServer() *server.Server
- func RunServerOnPort(port int) *server.Server
- func RunServerWithConfig(configFile string) (*server.Server, *server.Options)
- func RunServerWithOptions(opts server.Options) *server.Server
- func Wait(ch chan bool) error
- func WaitTime(ch chan bool, timeout time.Duration) error
- type TestLogger
Functions ¶
func NewConnection ¶
func NewDefaultConnection ¶
func NewEConn ¶
func NewEConn(t tLogger) *nats.EncodedConn
func RunDefaultServer ¶
func RunServerOnPort ¶
func RunServerWithConfig ¶
func RunServerWithOptions ¶
func Wait ¶
Dumb wait program to sync on callbacks, etc... Will timeout
func WaitTime ¶
Types ¶
type TestLogger ¶
type TestLogger tLogger
Source Files ¶
- Version
- v1.1.6
- Published
- Dec 9, 2015
- Platform
- darwin/amd64
- Imports
- 6 packages
- Last checked
- 1 hour ago –
Tools for package owners.