recoder

package
v0.0.0-...-50d9c3a Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Recorder

type Recorder struct {
	// contains filtered or unexported fields
}

func NewRecorder

func NewRecorder(client service.Client, breakpoint string) (recoder *Recorder, err error)

func (*Recorder) R

func (r *Recorder) R() (cases []*testcase.TestCase, err error)

type Relation

type Relation int
const (
	Same    Relation = 0
	Parent  Relation = 1
	Child   Relation = -1
	Nothing Relation = -2
)

func Compare

func Compare(a, b Step) (r Relation)

type Step

type Step struct {
	*api.DebuggerState
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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