Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
mock_JobTracePatch.go 1.45 KiB
Newer Older
Tomasz Maczukin's avatar
Tomasz Maczukin committed
// Code generated by mockery v1.0.0. DO NOT EDIT.
Lorenzo Villani's avatar
Lorenzo Villani committed

// This comment works around https://github.com/vektra/mockery/issues/155

Kamil Trzcinski's avatar
Kamil Trzcinski committed
package common

Lorenzo Villani's avatar
Lorenzo Villani committed
import mock "github.com/stretchr/testify/mock"
Lorenzo Villani's avatar
Lorenzo Villani committed
// MockJobTracePatch is an autogenerated mock type for the JobTracePatch type
type MockJobTracePatch struct {
Kamil Trzcinski's avatar
Kamil Trzcinski committed
	mock.Mock
}

Lorenzo Villani's avatar
Lorenzo Villani committed
// Offset provides a mock function with given fields:
func (_m *MockJobTracePatch) Offset() int {
	ret := _m.Called()

	var r0 int
	if rf, ok := ret.Get(0).(func() int); ok {
		r0 = rf()
	} else {
		r0 = ret.Get(0).(int)
	}
Lorenzo Villani's avatar
Lorenzo Villani committed
// Patch provides a mock function with given fields:
func (_m *MockJobTracePatch) Patch() []byte {
	ret := _m.Called()

	var r0 []byte
	if rf, ok := ret.Get(0).(func() []byte); ok {
		r0 = rf()
	} else {
		if ret.Get(0) != nil {
			r0 = ret.Get(0).([]byte)
		}
	}
Kamil Trzcinski's avatar
Kamil Trzcinski committed

	return r0
}
Lorenzo Villani's avatar
Lorenzo Villani committed

// SetNewOffset provides a mock function with given fields: newOffset
func (_m *MockJobTracePatch) SetNewOffset(newOffset int) {
	_m.Called(newOffset)
Kamil Trzcinski's avatar
Kamil Trzcinski committed
}
// TotalSize provides a mock function with given fields:
func (_m *MockJobTracePatch) TotalSize() int {
	ret := _m.Called()

	var r0 int
	if rf, ok := ret.Get(0).(func() int); ok {
		r0 = rf()
	} else {
		r0 = ret.Get(0).(int)
	}

	return r0
}

Lorenzo Villani's avatar
Lorenzo Villani committed
// ValidateRange provides a mock function with given fields:
func (_m *MockJobTracePatch) ValidateRange() bool {
	ret := _m.Called()

	var r0 bool
	if rf, ok := ret.Get(0).(func() bool); ok {
		r0 = rf()
	} else {
		r0 = ret.Get(0).(bool)
	}