parenthesized_parameter_type

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

README

Parenthesized Parameter Type

Test for Issue#416.

Documentation

Overview

Package parenthesized_parameter_type is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Example

type Example interface {
	ParenthesizedParameterType(param *(int))
}

type MockExample

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

MockExample is a mock of Example interface.

func NewMockExample

func NewMockExample(ctrl *gomock.Controller) *MockExample

NewMockExample creates a new mock instance.

func (*MockExample) EXPECT

func (m *MockExample) EXPECT() *MockExampleMockRecorder

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

func (*MockExample) ParenthesizedParameterType

func (m *MockExample) ParenthesizedParameterType(param *int)

ParenthesizedParameterType mocks base method.

type MockExampleMockRecorder

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

MockExampleMockRecorder is the mock recorder for MockExample.

func (*MockExampleMockRecorder) ParenthesizedParameterType

func (mr *MockExampleMockRecorder) ParenthesizedParameterType(param interface{}) *gomock.Call

ParenthesizedParameterType indicates an expected call of ParenthesizedParameterType.

Jump to

Keyboard shortcuts

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