# Functions
NewMockObject creates a new mock instance.
NewMockObjectList creates a new mock instance.
# Structs
MockObject is a mock of Object interface.
MockObjectList is a mock of ObjectList interface.
MockObjectListMockRecorder is the mock recorder for MockObjectList.
MockObjectMockRecorder is the mock recorder for MockObject.