Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Test ¶
type Test struct {
Script string
ParseError error
ParseErrorFunc *func(*testing.T, error)
EnvSetupFunc *func(*testing.T, corelib.Env)
Types map[string]interface{}
Input map[string]interface{}
RunError error
RunErrorFunc *func(*testing.T, error)
RunOutput interface{}
Output map[string]interface{}
}
Test is utility struct to make tests easy.
Click to show internal directories.
Click to hide internal directories.