Documentation ¶
Index ¶
- type Checker
- func (c *Checker) AddRepeat()
- func (c *Checker) AddStep(step smachine.StateFunc)
- func (c *Checker) CheckDone() error
- func (c *Checker) CheckJump(actualStep smachine.StateFunc) error
- func (c *Checker) CheckJumpW(t *testing.T) func(smachine.StateFunc) smachine.StateUpdate
- func (c *Checker) CheckRepeat() error
- func (c *Checker) CheckRepeatW(t *testing.T) func() smachine.StateUpdate
- type StepDeclType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func (*Checker) CheckJumpW ¶
func (*Checker) CheckRepeat ¶
func (*Checker) CheckRepeatW ¶
func (c *Checker) CheckRepeatW(t *testing.T) func() smachine.StateUpdate
type StepDeclType ¶
type StepDeclType int
const ( Undefined StepDeclType = iota Jump Repeat )
func (StepDeclType) String ¶
func (i StepDeclType) String() string
Click to show internal directories.
Click to hide internal directories.