Select Git revision
json_test.go
SpaceObserver.go 654 B
// Code generated by mockery v2.40.3. DO NOT EDIT.
package mocks
import mock "github.com/stretchr/testify/mock"
// SpaceObserver is an autogenerated mock type for the SpaceObserver type
type SpaceObserver struct {
mock.Mock
}
// NewSpaceObserver creates a new instance of SpaceObserver. 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 NewSpaceObserver(t interface {
mock.TestingT
Cleanup(func())
}) *SpaceObserver {
mock := &SpaceObserver{}
mock.Mock.Test(t)
t.Cleanup(func() { mock.AssertExpectations(t) })
return mock
}