# Structs
MyFuncFuncMockDescriptor is returned by MyFuncMockDescriptor.Func and holds methods to describe the mock for method MyFunc.Func.
MyFuncFuncMockDescriptorWith1Arg is a step forward in the description of a way that the method MyFunc.Func is expected to be called, with 1 arguments specified.
MyFuncFuncMockDescriptorWith2Args is a step forward in the description of a way that the method MyFunc.Func is expected to be called, with 2 arguments specified.
MyFuncFuncMockDescriptorWith3Args is a step forward in the description of a way that the method MyFunc.Func is expected to be called, with 3 arguments specified.
MyFuncFuncMockDescriptorWith4Args is a step forward in the description of a way that the method MyFunc.Func is expected to be called, with 4 arguments specified.
MyFuncFuncMockDescriptorWith5Args is a step forward in the description of a way that the method MyFunc.Func is expected to be called, with 5 arguments specified.
MyFuncFuncMockDescriptorWithReturn is a step forward in the description of a way that method MyFunc.Func is to behave when called, with all expected parameters and the resulting values specified.
A MyFuncMockDescriptor lets you describe how the methods on the resulting mock are expected to be called and what they will return.
MyFuncMocker builds mocks for type MyFunc.
MyInterfaceBoringMockDescriptor is returned by MyInterfaceMockDescriptor.Boring and holds methods to describe the mock for method MyInterface.Boring.
MyInterfaceEmbeddedMethodMockDescriptor is returned by MyInterfaceMockDescriptor.EmbeddedMethod and holds methods to describe the mock for method MyInterface.EmbeddedMethod.
A MyInterfaceMockDescriptor lets you describe how the methods on the resulting mock are expected to be called and what they will return.
MyInterfaceMocker builds mocks for type MyInterface.
MyInterfaceReturnSomethingAtLeastMockDescriptor is returned by MyInterfaceMockDescriptor.ReturnSomethingAtLeast and holds methods to describe the mock for method MyInterface.ReturnSomethingAtLeast.
MyInterfaceReturnSomethingAtLeastMockDescriptorWithReturn is a step forward in the description of a way that method MyInterface.ReturnSomethingAtLeast is to behave when called, with all expected parameters and the resulting values specified.
MyInterfaceShouldBeFunMockDescriptor is returned by MyInterfaceMockDescriptor.ShouldBeFun and holds methods to describe the mock for method MyInterface.ShouldBeFun.
MyInterfaceShouldBeFunMockDescriptorWith1Arg is a step forward in the description of a way that the method MyInterface.ShouldBeFun is expected to be called, with 1 arguments specified.
MyInterfaceShouldBeFunMockDescriptorWith2Args is a step forward in the description of a way that the method MyInterface.ShouldBeFun is expected to be called, with 2 arguments specified.
MyInterfaceShouldBeFunMockDescriptorWith3Args is a step forward in the description of a way that the method MyInterface.ShouldBeFun is expected to be called, with 3 arguments specified.
MyInterfaceShouldBeFunMockDescriptorWithReturn is a step forward in the description of a way that method MyInterface.ShouldBeFun is to behave when called, with all expected parameters and the resulting values specified.
MyInterfaceStdSomethingMockDescriptor is returned by MyInterfaceMockDescriptor.StdSomething and holds methods to describe the mock for method MyInterface.StdSomething.
MyInterfaceStdSomethingMockDescriptorWith1Arg is a step forward in the description of a way that the method MyInterface.StdSomething is expected to be called, with 1 arguments specified.
MyInterfaceStdSomethingMockDescriptorWith2Args is a step forward in the description of a way that the method MyInterface.StdSomething is expected to be called, with 2 arguments specified.
MyInterfaceStdSomethingMockDescriptorWithReturn is a step forward in the description of a way that method MyInterface.StdSomething is to behave when called, with all expected parameters and the resulting values specified.
# Interfaces
MyInterfaceMock is a mock with the same underlying type as MyInterface.
# Type aliases
MyFuncMock is a mock with the same underlying type as MyFunc.