Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Silent running Silent = true )
Functions ¶
Types ¶
type Tracer ¶
type Tracer interface { AppMsg(objType, msg, serialisedObj string) // general application flow information AppErr(objType, msg, serialisedObj string) // application errors AppEntry(objType, msg string) // function entry AppExit(objType, msg string) // function exit }
Tracer info capture interface - capturing testcase execution info - expects to be extended/improved over time
Click to show internal directories.
Click to hide internal directories.