mocks

package
v0.0.0-...-bd94565 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAsserter

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

MockAsserter is a mock of Asserter interface.

func NewMockAsserter

func NewMockAsserter(ctrl *gomock.Controller) *MockAsserter

NewMockAsserter creates a new mock instance.

func (*MockAsserter) Assert

func (m *MockAsserter) Assert(value interface{}) error

Assert mocks base method.

func (*MockAsserter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAsserter) GetActual

func (m *MockAsserter) GetActual() string

GetActual mocks base method.

func (*MockAsserter) GetExpected

func (m *MockAsserter) GetExpected() string

GetExpected mocks base method.

type MockAsserter2

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

MockAsserter2 is a mock of Asserter2 interface.

func NewMockAsserter2

func NewMockAsserter2(ctrl *gomock.Controller) *MockAsserter2

NewMockAsserter2 creates a new mock instance.

func (*MockAsserter2) Assert

func (m *MockAsserter2) Assert(data interface{}) tester.AssertionResultList

Assert mocks base method.

func (*MockAsserter2) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAsserter2MockRecorder

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

MockAsserter2MockRecorder is the mock recorder for MockAsserter2.

func (*MockAsserter2MockRecorder) Assert

func (mr *MockAsserter2MockRecorder) Assert(data interface{}) *gomock.Call

Assert indicates an expected call of Assert.

type MockAsserterBuilder

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

MockAsserterBuilder is a mock of AsserterBuilder interface.

func NewMockAsserterBuilder

func NewMockAsserterBuilder(ctrl *gomock.Controller) *MockAsserterBuilder

NewMockAsserterBuilder creates a new mock instance.

func (*MockAsserterBuilder) Build

Build mocks base method.

func (*MockAsserterBuilder) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAsserterBuilderMockRecorder

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

MockAsserterBuilderMockRecorder is the mock recorder for MockAsserterBuilder.

func (*MockAsserterBuilderMockRecorder) Build

func (mr *MockAsserterBuilderMockRecorder) Build(testCase interface{}) *gomock.Call

Build indicates an expected call of Build.

type MockAsserterMockRecorder

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

MockAsserterMockRecorder is the mock recorder for MockAsserter.

func (*MockAsserterMockRecorder) Assert

func (mr *MockAsserterMockRecorder) Assert(value interface{}) *gomock.Call

Assert indicates an expected call of Assert.

func (*MockAsserterMockRecorder) GetActual

func (mr *MockAsserterMockRecorder) GetActual() *gomock.Call

GetActual indicates an expected call of GetActual.

func (*MockAsserterMockRecorder) GetExpected

func (mr *MockAsserterMockRecorder) GetExpected() *gomock.Call

GetExpected indicates an expected call of GetExpected.

type MockAssertion2

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

MockAssertion2 is a mock of Asserter2 interface.

func NewMockAssertion2

func NewMockAssertion2(ctrl *gomock.Controller) *MockAssertion2

NewMockAssertion2 creates a new mock instance.

func (*MockAssertion2) Assert

func (m *MockAssertion2) Assert(data interface{}) tester.AssertionResultList

Assert mocks base method.

func (*MockAssertion2) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAssertion2Factory

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

MockAssertion2Factory is a mock of Assertion2Factory interface.

func NewMockAssertion2Factory

func NewMockAssertion2Factory(ctrl *gomock.Controller) *MockAssertion2Factory

NewMockAssertion2Factory creates a new mock instance.

func (*MockAssertion2Factory) Create

func (m *MockAssertion2Factory) Create(name string, definition interface{}) (tester.Asserter2, error)

Create mocks base method.

func (*MockAssertion2Factory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAssertion2FactoryMockRecorder

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

MockAssertion2FactoryMockRecorder is the mock recorder for MockAssertion2Factory.

func (*MockAssertion2FactoryMockRecorder) Create

func (mr *MockAssertion2FactoryMockRecorder) Create(name, definition interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockAssertion2MockRecorder

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

MockAssertion2MockRecorder is the mock recorder for MockAssertion2.

func (*MockAssertion2MockRecorder) Assert

func (mr *MockAssertion2MockRecorder) Assert(data interface{}) *gomock.Call

Assert indicates an expected call of Assert.

type MockAssertionComparator

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

MockAssertionComparator is a mock of AssertionComparator interface.

func NewMockAssertionComparator

func NewMockAssertionComparator(ctrl *gomock.Controller) *MockAssertionComparator

NewMockAssertionComparator creates a new mock instance.

func (*MockAssertionComparator) Compare

func (m *MockAssertionComparator) Compare()

Compare mocks base method.

func (*MockAssertionComparator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAssertionComparatorMockRecorder

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

MockAssertionComparatorMockRecorder is the mock recorder for MockAssertionComparator.

func (*MockAssertionComparatorMockRecorder) Compare

Compare indicates an expected call of Compare.

type MockAssertionFactory

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

MockAssertionFactory is a mock of Assertion2Factory interface.

func NewMockAssertionFactory

func NewMockAssertionFactory(ctrl *gomock.Controller) *MockAssertionFactory

NewMockAssertionFactory creates a new mock instance.

func (*MockAssertionFactory) Create

func (m *MockAssertionFactory) Create(name string, definition interface{}) (tester.Asserter2, error)

Create mocks base method.

func (*MockAssertionFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockAssertionFactoryMockRecorder

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

MockAssertionFactoryMockRecorder is the mock recorder for MockAssertionFactory.

func (*MockAssertionFactoryMockRecorder) Create

func (mr *MockAssertionFactoryMockRecorder) Create(name, definition interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockAssertionProcessor

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

MockAssertionProcessor is a mock of AssertionProcessor interface.

func NewMockAssertionProcessor

func NewMockAssertionProcessor(ctrl *gomock.Controller) *MockAssertionProcessor

NewMockAssertionProcessor creates a new mock instance.

func (*MockAssertionProcessor) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAssertionProcessor) Process

func (m *MockAssertionProcessor) Process(testCase *tester.TestCase)

Process mocks base method.

type MockAssertionProcessorMockRecorder

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

MockAssertionProcessorMockRecorder is the mock recorder for MockAssertionProcessor.

func (*MockAssertionProcessorMockRecorder) Process

func (mr *MockAssertionProcessorMockRecorder) Process(testCase interface{}) *gomock.Call

Process indicates an expected call of Process.

type MockRunner

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

MockRunner is a mock of Runner interface.

func NewMockRunner

func NewMockRunner(ctrl *gomock.Controller) *MockRunner

NewMockRunner creates a new mock instance.

func (*MockRunner) EXPECT

func (m *MockRunner) EXPECT() *MockRunnerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRunner) Run

Run mocks base method.

func (*MockRunner) Setup

func (m *MockRunner) Setup(testCase tester.TestCase2)

Setup mocks base method.

type MockRunnerMockRecorder

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

MockRunnerMockRecorder is the mock recorder for MockRunner.

func (*MockRunnerMockRecorder) Run

func (mr *MockRunnerMockRecorder) Run(assertions interface{}) *gomock.Call

Run indicates an expected call of Run.

func (*MockRunnerMockRecorder) Setup

func (mr *MockRunnerMockRecorder) Setup(testCase interface{}) *gomock.Call

Setup indicates an expected call of Setup.

Jump to

Keyboard shortcuts

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