mocks_repository

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseRepositoryMock

type BaseRepositoryMock struct {
	mock.Mock
}

BaseRepositoryMock is an autogenerated mock type for the BaseRepositoryInterface type

func NewBaseRepositoryMock

func NewBaseRepositoryMock(t interface {
	mock.TestingT
	Cleanup(func())
}) *BaseRepositoryMock

NewBaseRepositoryMock creates a new instance of BaseRepositoryMock. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*BaseRepositoryMock) EXPECT

func (*BaseRepositoryMock) WithTx

WithTx provides a mock function with given fields: ctx, fn

type BaseRepositoryMock_Expecter

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

func (*BaseRepositoryMock_Expecter) WithTx

func (_e *BaseRepositoryMock_Expecter) WithTx(ctx interface{}, fn interface{}) *BaseRepositoryMock_WithTx_Call

WithTx is a helper method to define mock.On call

  • ctx context.Context
  • fn func(repository.TxInterface) error

type BaseRepositoryMock_WithTx_Call

type BaseRepositoryMock_WithTx_Call struct {
	*mock.Call
}

BaseRepositoryMock_WithTx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithTx'

func (*BaseRepositoryMock_WithTx_Call) Return

func (*BaseRepositoryMock_WithTx_Call) Run

func (*BaseRepositoryMock_WithTx_Call) RunAndReturn

type RepositoryMock

type RepositoryMock struct {
	mock.Mock
}

RepositoryMock is an autogenerated mock type for the RepositoryInterface type

func NewRepositoryMock

func NewRepositoryMock(t interface {
	mock.TestingT
	Cleanup(func())
}) *RepositoryMock

NewRepositoryMock creates a new instance of RepositoryMock. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*RepositoryMock) EXPECT

func (*RepositoryMock) WithTx

func (_m *RepositoryMock) WithTx(ctx context.Context, fn func(*ent.Tx) error) error

WithTx provides a mock function with given fields: ctx, fn

type RepositoryMock_Expecter

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

func (*RepositoryMock_Expecter) WithTx

func (_e *RepositoryMock_Expecter) WithTx(ctx interface{}, fn interface{}) *RepositoryMock_WithTx_Call

WithTx is a helper method to define mock.On call

  • ctx context.Context
  • fn func(*ent.Tx) error

type RepositoryMock_WithTx_Call

type RepositoryMock_WithTx_Call struct {
	*mock.Call
}

RepositoryMock_WithTx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithTx'

func (*RepositoryMock_WithTx_Call) Return

func (*RepositoryMock_WithTx_Call) Run

func (*RepositoryMock_WithTx_Call) RunAndReturn

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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