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
// ContainerImage is the ID of docker image to be used
ContainerImage string
// GatewayAddress is the contact point of the spawned Zeebe container specified in the format 'host:port'
GatewayAddress string
GatewayHost string
GatewayPort int
// 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) 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.