Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultTimeout is the default waitFor timeout, in seconds DefaultTimeout = 10 * time.Second // StatusUpdateTimeout is the timeout for a file status update StatusUpdateTimeout = DefaultTimeout * 6 // StartupDelay delays checking process status for this amount of // time in order to catch processes which fail after starting // (e.g. due to bad config, etc) StartupDelay = 500 * time.Millisecond )
View Source
const HSMTestFileKey = "HSM-test-file"
HSMTestFileKey is the prefix/key used to generate and refer to the test file
Variables ¶
View Source
var WithMatchers = map[string]handlerFn{}
WithMatchers holds all registered step matchers and their handlers
Functions ¶
func RegisterContext ¶
func RegisterContext(newCtx *harness.ScenarioContext)
RegisterContext resets the package-level singleton
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.