Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerSuite ¶
type ContainerSuite struct { // WaitTime specifies the wait period before checking if the container is up WaitTime time.Duration // GatewayAddress is the contact point of the spawned Zeebe container specified in the format 'host:port' GatewayAddress string GatewayHost string GatewayPort int // MonitoringAddress is the contact point of the spawned Zeebe container specified in the format 'host:port' MonitoringAddress string // Env will add additional environment variables when creating the container Env map[string]string suite.Suite // contains filtered or unexported fields }
ContainerSuite sets up a container running Zeebe and tears it down afterwards.
func (*ContainerSuite) AfterTest ¶
func (s *ContainerSuite) AfterTest(_, _ string)
func (*ContainerSuite) ConsumeLogs ¶
func (s *ContainerSuite) ConsumeLogs(consumer func(s string))
func (*ContainerSuite) PrintFailedContainerLogs ¶
func (s *ContainerSuite) PrintFailedContainerLogs()
func (*ContainerSuite) SetupSuite ¶
func (s *ContainerSuite) SetupSuite()
func (*ContainerSuite) TearDownSuite ¶
func (s *ContainerSuite) TearDownSuite()
Click to show internal directories.
Click to hide internal directories.