mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	mock.Mock
}

Node is an autogenerated mock type for the Node type

func (*Node) GetParent

func (_m *Node) GetParent() ast.ParentNode

GetParent provides a mock function with given fields:

func (*Node) SetParent

func (_m *Node) SetParent(node ast.ParentNode)

SetParent provides a mock function with given fields: node

type ParentNode

type ParentNode struct {
	mock.Mock
}

ParentNode is an autogenerated mock type for the ParentNode type

func (*ParentNode) AppendNode

func (_m *ParentNode) AppendNode(_a0 ...ast.Node)

AppendNode provides a mock function with given fields: _a0

func (*ParentNode) DeleteNode

func (_m *ParentNode) DeleteNode(index int)

DeleteNode provides a mock function with given fields: index

func (*ParentNode) GetChildren

func (_m *ParentNode) GetChildren() []ast.Node

GetChildren provides a mock function with given fields:

func (*ParentNode) GetParent

func (_m *ParentNode) GetParent() ast.ParentNode

GetParent provides a mock function with given fields:

func (*ParentNode) InsertNode

func (_m *ParentNode) InsertNode(_a0 int, _a1 ...ast.Node)

InsertNode provides a mock function with given fields: _a0, _a1

func (*ParentNode) PrependNode

func (_m *ParentNode) PrependNode(_a0 ...ast.Node)

PrependNode provides a mock function with given fields: _a0

func (*ParentNode) SetParent

func (_m *ParentNode) SetParent(node ast.ParentNode)

SetParent provides a mock function with given fields: node

Jump to

Keyboard shortcuts

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