genericinterfacefakes

package
v6.12.2 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeGenericInterface

type FakeGenericInterface[T genericinterface.CustomTypeT] struct {
	DoSomethingStub func()

	ReturnTStub func() T

	TakeAndReturnTStub func(T) T

	TakeTStub func(T)
	// contains filtered or unexported fields
}

func (*FakeGenericInterface[T]) DoSomething

func (fake *FakeGenericInterface[T]) DoSomething()

func (*FakeGenericInterface[T]) DoSomethingCallCount

func (fake *FakeGenericInterface[T]) DoSomethingCallCount() int

func (*FakeGenericInterface[T]) DoSomethingCalls

func (fake *FakeGenericInterface[T]) DoSomethingCalls(stub func())

func (*FakeGenericInterface[T]) Invocations

func (fake *FakeGenericInterface[T]) Invocations() map[string][][]interface{}

func (*FakeGenericInterface[T]) ReturnT

func (fake *FakeGenericInterface[T]) ReturnT() T

func (*FakeGenericInterface[T]) ReturnTCallCount

func (fake *FakeGenericInterface[T]) ReturnTCallCount() int

func (*FakeGenericInterface[T]) ReturnTCalls

func (fake *FakeGenericInterface[T]) ReturnTCalls(stub func() T)

func (*FakeGenericInterface[T]) ReturnTReturns

func (fake *FakeGenericInterface[T]) ReturnTReturns(result1 T)

func (*FakeGenericInterface[T]) ReturnTReturnsOnCall

func (fake *FakeGenericInterface[T]) ReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterface[T]) TakeAndReturnT

func (fake *FakeGenericInterface[T]) TakeAndReturnT(arg1 T) T

func (*FakeGenericInterface[T]) TakeAndReturnTArgsForCall

func (fake *FakeGenericInterface[T]) TakeAndReturnTArgsForCall(i int) T

func (*FakeGenericInterface[T]) TakeAndReturnTCallCount

func (fake *FakeGenericInterface[T]) TakeAndReturnTCallCount() int

func (*FakeGenericInterface[T]) TakeAndReturnTCalls

func (fake *FakeGenericInterface[T]) TakeAndReturnTCalls(stub func(T) T)

func (*FakeGenericInterface[T]) TakeAndReturnTReturns

func (fake *FakeGenericInterface[T]) TakeAndReturnTReturns(result1 T)

func (*FakeGenericInterface[T]) TakeAndReturnTReturnsOnCall

func (fake *FakeGenericInterface[T]) TakeAndReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterface[T]) TakeT

func (fake *FakeGenericInterface[T]) TakeT(arg1 T)

func (*FakeGenericInterface[T]) TakeTArgsForCall

func (fake *FakeGenericInterface[T]) TakeTArgsForCall(i int) T

func (*FakeGenericInterface[T]) TakeTCallCount

func (fake *FakeGenericInterface[T]) TakeTCallCount() int

func (*FakeGenericInterface[T]) TakeTCalls

func (fake *FakeGenericInterface[T]) TakeTCalls(stub func(T))

type FakeGenericInterfaceAny

type FakeGenericInterfaceAny[T any] struct {
	DoSomethingStub func()

	ReturnTStub func() T

	TakeAndReturnTStub func(T) T

	TakeTStub func(T)
	// contains filtered or unexported fields
}

func (*FakeGenericInterfaceAny[T]) DoSomething

func (fake *FakeGenericInterfaceAny[T]) DoSomething()

func (*FakeGenericInterfaceAny[T]) DoSomethingCallCount

func (fake *FakeGenericInterfaceAny[T]) DoSomethingCallCount() int

func (*FakeGenericInterfaceAny[T]) DoSomethingCalls

func (fake *FakeGenericInterfaceAny[T]) DoSomethingCalls(stub func())

func (*FakeGenericInterfaceAny[T]) Invocations

func (fake *FakeGenericInterfaceAny[T]) Invocations() map[string][][]interface{}

func (*FakeGenericInterfaceAny[T]) ReturnT

func (fake *FakeGenericInterfaceAny[T]) ReturnT() T

func (*FakeGenericInterfaceAny[T]) ReturnTCallCount

func (fake *FakeGenericInterfaceAny[T]) ReturnTCallCount() int

func (*FakeGenericInterfaceAny[T]) ReturnTCalls

func (fake *FakeGenericInterfaceAny[T]) ReturnTCalls(stub func() T)

func (*FakeGenericInterfaceAny[T]) ReturnTReturns

func (fake *FakeGenericInterfaceAny[T]) ReturnTReturns(result1 T)

func (*FakeGenericInterfaceAny[T]) ReturnTReturnsOnCall

func (fake *FakeGenericInterfaceAny[T]) ReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceAny[T]) TakeAndReturnT

func (fake *FakeGenericInterfaceAny[T]) TakeAndReturnT(arg1 T) T

func (*FakeGenericInterfaceAny[T]) TakeAndReturnTArgsForCall

func (fake *FakeGenericInterfaceAny[T]) TakeAndReturnTArgsForCall(i int) T

func (*FakeGenericInterfaceAny[T]) TakeAndReturnTCallCount

func (fake *FakeGenericInterfaceAny[T]) TakeAndReturnTCallCount() int

func (*FakeGenericInterfaceAny[T]) TakeAndReturnTCalls

func (fake *FakeGenericInterfaceAny[T]) TakeAndReturnTCalls(stub func(T) T)

func (*FakeGenericInterfaceAny[T]) TakeAndReturnTReturns

func (fake *FakeGenericInterfaceAny[T]) TakeAndReturnTReturns(result1 T)

func (*FakeGenericInterfaceAny[T]) TakeAndReturnTReturnsOnCall

func (fake *FakeGenericInterfaceAny[T]) TakeAndReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceAny[T]) TakeT

func (fake *FakeGenericInterfaceAny[T]) TakeT(arg1 T)

func (*FakeGenericInterfaceAny[T]) TakeTArgsForCall

func (fake *FakeGenericInterfaceAny[T]) TakeTArgsForCall(i int) T

func (*FakeGenericInterfaceAny[T]) TakeTCallCount

func (fake *FakeGenericInterfaceAny[T]) TakeTCallCount() int

func (*FakeGenericInterfaceAny[T]) TakeTCalls

func (fake *FakeGenericInterfaceAny[T]) TakeTCalls(stub func(T))

type FakeGenericInterfaceCustomTypeConstraintT added in v6.12.0

type FakeGenericInterfaceCustomTypeConstraintT[T genericinterface.CustomTypeConstraintT] struct {
	DoSomethingStub func()

	ReturnTStub func() T

	TakeAndReturnTStub func(T) T

	TakeTStub func(T)
	// contains filtered or unexported fields
}

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) DoSomething added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) DoSomething()

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) DoSomethingCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) DoSomethingCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) DoSomethingCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) DoSomethingCalls(stub func())

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) Invocations added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) Invocations() map[string][][]interface{}

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnT added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnT() T

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTCalls(stub func() T)

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTReturns added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTReturns(result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTReturnsOnCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) ReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnT added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnT(arg1 T) T

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTArgsForCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTArgsForCall(i int) T

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTCalls(stub func(T) T)

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTReturns added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTReturns(result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTReturnsOnCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeAndReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeT added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeT(arg1 T)

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeTArgsForCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeTArgsForCall(i int) T

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeTCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeTCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintT[T]) TakeTCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintT[T]) TakeTCalls(stub func(T))

type FakeGenericInterfaceCustomTypeConstraintU added in v6.12.0

type FakeGenericInterfaceCustomTypeConstraintU[T genericinterface.CustomTypeConstraintU] struct {
	DoSomethingStub func()

	ReturnTStub func() T

	TakeAndReturnTStub func(T) T

	TakeTStub func(T)
	// contains filtered or unexported fields
}

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) DoSomething added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) DoSomething()

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) DoSomethingCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) DoSomethingCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) DoSomethingCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) DoSomethingCalls(stub func())

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) Invocations added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) Invocations() map[string][][]interface{}

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnT added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnT() T

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTCalls(stub func() T)

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTReturns added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTReturns(result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTReturnsOnCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) ReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnT added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnT(arg1 T) T

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTArgsForCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTArgsForCall(i int) T

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTCalls(stub func(T) T)

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTReturns added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTReturns(result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTReturnsOnCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeAndReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeT added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeT(arg1 T)

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeTArgsForCall added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeTArgsForCall(i int) T

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeTCallCount added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeTCallCount() int

func (*FakeGenericInterfaceCustomTypeConstraintU[T]) TakeTCalls added in v6.12.0

func (fake *FakeGenericInterfaceCustomTypeConstraintU[T]) TakeTCalls(stub func(T))

type FakeGenericInterfaceMultipleTypes

type FakeGenericInterfaceMultipleTypes[T genericinterface.CustomTypeT, U genericinterface.CustomTypeU] struct {
	DoSomethingStub func()

	ReturnTStub func() T

	ReturnTAndUStub func() (T, U)

	ReturnUStub func() U

	TakeAndReturnTStub func(T) T

	TakeAndReturnTAndUStub func(T, U) (T, U)

	TakeAndReturnUStub func(U) U

	TakeTStub func(T)

	TakeTAndReturnUStub func(T) U

	TakeTAndUStub func(T, U)

	TakeUStub func(U)
	// contains filtered or unexported fields
}

func (*FakeGenericInterfaceMultipleTypes[T, U]) DoSomething

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) DoSomething()

func (*FakeGenericInterfaceMultipleTypes[T, U]) DoSomethingCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) DoSomethingCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) DoSomethingCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) DoSomethingCalls(stub func())

func (*FakeGenericInterfaceMultipleTypes[T, U]) Invocations

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) Invocations() map[string][][]interface{}

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnT

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnT() T

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndU

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndU() (T, U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUCalls(stub func() (T, U))

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUReturns

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUReturns(result1 T, result2 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUReturnsOnCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTAndUReturnsOnCall(i int, result1 T, result2 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTCalls(stub func() T)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTReturns

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTReturns(result1 T)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnTReturnsOnCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnU

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnU() U

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnUCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnUCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnUCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnUCalls(stub func() U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnUReturns

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnUReturns(result1 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) ReturnUReturnsOnCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) ReturnUReturnsOnCall(i int, result1 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnT

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnT(arg1 T) T

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndU

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndU(arg1 T, arg2 U) (T, U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUArgsForCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUArgsForCall(i int) (T, U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUCalls(stub func(T, U) (T, U))

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUReturns

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUReturns(result1 T, result2 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUReturnsOnCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTAndUReturnsOnCall(i int, result1 T, result2 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTArgsForCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTArgsForCall(i int) T

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTCalls(stub func(T) T)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTReturns

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTReturns(result1 T)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTReturnsOnCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnTReturnsOnCall(i int, result1 T)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnU

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnU(arg1 U) U

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUArgsForCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUArgsForCall(i int) U

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUCalls(stub func(U) U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUReturns

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUReturns(result1 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUReturnsOnCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeAndReturnUReturnsOnCall(i int, result1 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeT

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeT(arg1 T)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnU

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnU(arg1 T) U

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUArgsForCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUArgsForCall(i int) T

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUCalls(stub func(T) U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUReturns

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUReturns(result1 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUReturnsOnCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndReturnUReturnsOnCall(i int, result1 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndU

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndU(arg1 T, arg2 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndUArgsForCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndUArgsForCall(i int) (T, U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndUCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndUCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndUCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTAndUCalls(stub func(T, U))

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTArgsForCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTArgsForCall(i int) T

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeTCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeTCalls(stub func(T))

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeU

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeU(arg1 U)

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeUArgsForCall

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeUArgsForCall(i int) U

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeUCallCount

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeUCallCount() int

func (*FakeGenericInterfaceMultipleTypes[T, U]) TakeUCalls

func (fake *FakeGenericInterfaceMultipleTypes[T, U]) TakeUCalls(stub func(U))

Jump to

Keyboard shortcuts

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