package test

import "github.com/nats-io/nats.go/test"

Index

Functions

func NewConnection

func NewConnection(t tLogger, port int) *nats.Conn

func NewDefaultConnection

func NewDefaultConnection(t tLogger) *nats.Conn

func NewEConn

func NewEConn(t tLogger) *nats.EncodedConn

func RunDefaultServer

func RunDefaultServer() *server.Server

func RunServerOnPort

func RunServerOnPort(port int) *server.Server

func RunServerWithConfig

func RunServerWithConfig(configFile string) (*server.Server, *server.Options)

func RunServerWithOptions

func RunServerWithOptions(opts server.Options) *server.Server

func Wait

func Wait(ch chan bool) error

Dumb wait program to sync on callbacks, etc... Will timeout

func WaitTime

func WaitTime(ch chan bool, timeout time.Duration) error

Types

type TestLogger

type TestLogger tLogger

Source Files

test.go

Version
v1.1.6
Published
Dec 9, 2015
Platform
darwin/amd64
Imports
6 packages
Last checked
1 hour ago

Tools for package owners.