Documentation ¶
Overview ¶
Package fixturez provides a test suite framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AfterSuite ¶
AfterSuite represents a method invoked after completing a test suite.
type BeforeSuite ¶
BeforeSuite describes a method invoked before starting a test suite.
type BeforeTest ¶
type BeforeTest interface {
BeforeTest(context.Context, *gomega.WithT, *gomock.Controller) context.Context
}
BeforeTest represents a method invoked before each test method in a suite.
Click to show internal directories.
Click to hide internal directories.