Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetEnvironmentVariables ¶
func SetEnvironmentVariables()
Types ¶
type LoginTest ¶
type Test ¶
type Test struct { InputJson string //the inputted json OutputJson string //the outputted json Expected string //the output that is expected Contains bool //if the output contains (expected) or qeuals it NotExpected string //the output that is notexpected NotContains bool //if the output contains (notexpected) or qeuals it ReqErr bool //if an error is expected as output ErrContains string //the string the error should contain Args []string //cli arguments }
func (*Test) StandardTest ¶
Click to show internal directories.
Click to hide internal directories.