Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitSuite ¶
func InitSuite(suiteCtx *types.SuiteContext)
InitSuite performs common logic for Ginkgo's BeforeSuite
func NewSuiteContext ¶
func NewSuiteContext(suiteID string) *types.SuiteContext
NewSuiteContext creates the SuiteContext instance and loads some data like flags into the context
func PreTearDown ¶
func PreTearDown(suiteCtx *types.SuiteContext)
func RunSuite ¶
func RunSuite(t *testing.T, suiteName string, suiteCtx *types.SuiteContext)
RunSuite starts the execution of a test suite
func TearDownSuite ¶
func TearDownSuite(suiteCtx *types.SuiteContext)
TearDownSuite performs common logic for Ginkgo's AfterSuite
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.