Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DSL ¶
type DSL struct {
Validations []Validation `yaml:"validations" json:"validations"`
}
type TestCase ¶
type TestCase struct { Name string `yaml:"name" json:"name"` Variables []TestVeriable `yaml:"variables" json:"variables"` Expected bool `yaml:"expected" json:"expected"` }
type TestVeriable ¶
type TestVeriable struct { Name string `yaml:"name" json:"name"` Value interface{} `yaml:"value" json:"value"` }
type Validation ¶
Click to show internal directories.
Click to hide internal directories.