Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expect ¶
type TestClass ¶
type TestManager ¶
type TestManager struct {
Status string `yaml:"status,omitempty"`
Cases []*TestClass `yaml:"cases,omitempty"`
}
func (*TestManager) Done ¶
func (tm *TestManager) Done(err error)
func (*TestManager) Pass ¶
func (tm *TestManager) Pass() bool
Click to show internal directories.
Click to hide internal directories.