TypeMock.ArrangeActAssert.Fluent Namespace

Typemock Isolator Developer Guide
 
Interfaces

  InterfaceDescription
Public interfaceIArguments
Returned by Isolate.Verify.WasCalled(Object, String), this interface is used to verify the call was made with specific arguments
Public interfaceIArgumentsMatcher
Returned by WasCalledWithArguments(), this interface contains methods for verifying arguments used in method calls.
Public interfaceIArgumentVerifier
Returned by Isolate.Verify.Property.WasCalledSet(Object, String) and Isolate.Verify.WasCalled(Type, String), this interface is used to verify a property setter call was made with the correct argument
Public interfaceIBoxT
An interface that exposes the boxed value of ref or out parameters.
Public interfaceICollectionReturnHandler
Public interfaceIDynamicSwapper
Interface for performing object to object method call swapping
Public interfaceIFaker
Interface for specifying fake object creation settings. The interface is typed by the preceeding Fake property.
Public interfaceIIndexerGetVerifier
Returned by Isolate.Verify.WasCalledGet(Object), this interface is used to verify an index getter was called with a specific index.
Public interfaceIIndexerSetVerifier
Returned by Isolate.Verify.WasCalledSet(Object), this interface is used to verify an index setter was called with a specific index.
Public interfaceIIndexerVerifier
Returned by Isolate.Verify.Indexer, this interface contains methods for verifying non public (private, protected and internal) index calls.
Public interfaceIInvoker
Interface for invoking events, private methods and static constructors
Public interfaceIIsolateNonPublic
Returned by , this interface contains methods for faking and setting behavior for method calls on non public methods, properties and indexers.
Public interfaceIMethodBehavior
Public interfaceINonPublicArgHandler
Returned by Isolate.NonPublic.WhenCalled(Object, String, Object), this interface contains methods for defining behavior for non public methods, as will as a modifier for applying behavior for generic methods
Public interfaceINonPublicFaker
Returned by Isolate.NonPublic., this interface contains methods for faking and setting behavior for non-public (private, protected and internal) property get and set calls
Public interfaceCode exampleINonPublicField
A class that is used to control hidden fields
Public interfaceINonPublicIndexerRecorder
Returned by Isolate.NonPublic., this interface contains methods for faking and setting behavior for non-public (private, protected and internal) index get and set calls
Public interfaceCode exampleINonPublicInstanceField
Class that is used to control hidden fields
Public interfaceINonPublicMethodBehavior
Public interfaceINonPublicMethodBehaviorNoArgs
Public interfaceINonPublicMethodHandler
Returned by Isolate.NonPublic.WhenCalled(Object, String, Object), this interface contains methods for defining behavior for non public methods, as will as a modifier for applying behavior for generic methods
Public interfaceINonPublicPropertyRecorder
Returned by Isolate.NonPublic., this interface contains methods for faking and setting behavior for non-public (private, protected and internal) property get and set calls
Public interfaceINonPublicPropertyVerifier
Returned by Isolate.Verify.NonPublic.Property, this interface contains methods for verifying non public (private, protected and internal) properties
Public interfaceINonPublicVerifier
Returned by Isolate.Verify.NonPublic, this interface contains methods for verifying non public (private, protected and internal) method, property and index calls, and checking argumentrs.
Public interfaceINonVoidMatchingHandlerT1, TResult
Public interfaceINonVoidMatchingHandlerT1, T2, TResult
Public interfaceINonVoidMatchingHandlerT1, T2, T3, TResult
Public interfaceIPublicNonVoidMethodHandlerTResult
Interface for specifying behavior for intercepted calls on public methods returning values. The interface is returned by the WhenCalled(Action) method.
Public interfaceIPublicNonVoidRootMethodHandlerTResult
Interface for specifying behavior for intercepted calls on public methods returning values. The interface is returned by the WhenCalled(Action) method.
Public interfaceIPublicVoidActionHandler
Interface for specifying behavior for intercepted calls on public void methods. The interface is returned by the WhenCalled(Action) method.
Public interfaceIPublicVoidWithExactActionHandler
Interface for specifying behavior for intercepted calls on public void methods. The interface is returned by the WhenCalled(Action) method.
Public interfaceIReturnValueHandlerT
Interface for specifying behavior for intercepted calls on methods returning values. The interface is returned by WhenCalled(Action).
Public interfaceISwapper
Interface used for swapping between object method calls and collection values.
Public interfaceISwapperBehaviorT
Interface used for swapping That return a swapping object how is procceded by the With(T fake) method.
Public interfaceIVerifyCallsHandler
Returned by , this interface contains methods for verifying the method calls and checking their arguments.
Public interfaceIVerifyHandler
Returned by , this interface contains methods for verifying the method calls and checking their arguments.
Public interfaceIVoidActionHandler
Interface for specifying behavior for a void returning intercepted calls. The interface is returned by WhenCalled(Action) method.
Public interfaceIVoidMatchingHandlerT1
Public interfaceIVoidMatchingHandlerT1, T2
Public interfaceIVoidMatchingHandlerT1, T2, T3