Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Framework ¶
type Framework struct {
// contains filtered or unexported fields
}
Framework is used in the execution of e2e tests.
func NewFramework ¶
func NewFramework() *Framework
NewFramework constructs a new e2e test Framework with default options.
func (*Framework) AfterEach ¶
func (fw *Framework) AfterEach()
AfterEach cleans up resources after a test.
func (*Framework) BeforeEach ¶
func (fw *Framework) BeforeEach()
BeforeEach creates resources before a test.
type MongoDB ¶
type MongoDB struct { Image string HostPort int ContainerPort int // contains filtered or unexported fields }
MongoDB defines a containerized MongoDB instance.
func NewMongoDB ¶
NewMongoDB creates a manageable containerized MongoDB instance.
Click to show internal directories.
Click to hide internal directories.