Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasePrepare ¶
func (*BasePrepare) AutoAssert ¶
func (b *BasePrepare) AutoAssert(runtime connector.Runtime)
type FastPrepare ¶
type FastPrepare struct { BasePrepare Inject func(runtime connector.Runtime) (bool, error) }
type FileExist ¶
type FileExist struct { BasePrepare FilePath string Not bool }
type PrepareCollection ¶
type PrepareCollection []Prepare
func (*PrepareCollection) AutoAssert ¶
func (p *PrepareCollection) AutoAssert(runtime connector.Runtime)
Click to show internal directories.
Click to hide internal directories.