Share via


BaseMock Class

Definition

public ref class BaseMock abstract
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class BaseMock
[<System.Runtime.InteropServices.ComVisible(true)>]
type BaseMock = class
Public MustInherit Class BaseMock
Inheritance
BaseMock
Attributes

Constructors

BaseMock()

Fields

callbacks
returnValues

Properties

Item[String]

Methods

AddMethodCallback(String, EventHandler<CallbackArgs>)
AddMethodReturnValues(String, Object[])
FunctionCalls(String)
IncrementFunctionCalls(String)
ResetAllFunctionCalls()
ResetFunctionCalls(String)
TotalCallsAllFunctions()

Applies to