stepchecker

package
v0.0.0-...-05bc493 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

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 New

func New() *Checker

func (*Checker) AddRepeat

func (c *Checker) AddRepeat()

func (*Checker) AddStep

func (c *Checker) AddStep(step smachine.StateFunc)

func (*Checker) CheckDone

func (c *Checker) CheckDone() error

func (*Checker) CheckJump

func (c *Checker) CheckJump(actualStep smachine.StateFunc) error

func (*Checker) CheckJumpW

func (c *Checker) CheckJumpW(t *testing.T) func(smachine.StateFunc) smachine.StateUpdate

func (*Checker) CheckRepeat

func (c *Checker) CheckRepeat() error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL