Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintlnExit ¶
print message and end testing
Types ¶
type CaseList ¶
type CaseList struct {
// contains filtered or unexported fields
}
func NewCaseList ¶
func NewCaseList() *CaseList
func (*CaseList) Get ¶
func (cl *CaseList) Get() []CaseReadOnly
type CaseReadOnly ¶
type CaseReadOnly struct { Inputs []interface{} Expects []interface{} }
Click to show internal directories.
Click to hide internal directories.