Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultTimeout is the default timeout for running the test harness. DefaultTimeout = 5 * time.Second // DefaultRelPath is the default relative path to the test data. DefaultRelPath = "../dbtest/testdata" )
Functions ¶
Types ¶
type Config ¶
Config holds the configuration for the trust database testing harness.
func (*Config) InitDefaults ¶
func (cfg *Config) InitDefaults()
InitDefaults initializes the default values for the config.
Click to show internal directories.
Click to hide internal directories.