Documentation ¶
Overview ¶
Package registry provides a package that can be used to register tests that can then be retrieved by name this allows for config file driven testing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetByName ¶
GetByName returns an instance of the test for the specified name or nil if not registered
func Register ¶
func Register(name string, creator loadtest.TestCreator)
Register registers a test creator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.