package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Aug 30, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SetupFixtures(fixtureConfigs []FC) (map[string]interface{}, error)
func TeardownFixtures(fixtureConfigs []FC, fixtures map[string]interface{}) error
type Fixture interface {
Setup(map[string]interface{}) (interface{}, error)
Teardown(interface{}) error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.