Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSimpleTest ¶
func NewSimpleTest(log zerolog.Logger, reportDir string, config SimpleConfig) test.TestScript
NewSimpleTest creates a simple test
Types ¶
type SimpleConfig ¶
type UserDocument ¶
type UserDocument struct { Key string `json:"_key"` Value int `json:"value"` Name string `json:"name"` Odd bool `json:"odd"` // contains filtered or unexported fields }
func (UserDocument) Equals ¶
func (d UserDocument) Equals(other UserDocument) bool
Equals returns true when the value fields of `d` and `other` are the equal.
Click to show internal directories.
Click to hide internal directories.