Interfaces
Interface | Description | |
---|---|---|
![]() | IArguments |
Returned by Isolate.Verify.WasCalled(Object, String), this interface is used to verify
the call was made with specific arguments
|
![]() | IArgumentsMatcher |
Returned by WasCalledWithArguments(), this interface contains methods for verifying arguments used in method calls.
|
![]() | IArgumentVerifier |
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
|
![]() | IBoxT |
An interface that exposes the boxed value of ref or out parameters.
|
![]() | ICollectionReturnHandler |
Interface for tweaking behavior for methods returning collection types. This can be used to replace collection values returned
by a method or property with another test data collection.
This interface is returned by the WhenCalledT1(ActionT1) method.
|
![]() | IDynamicSwapper |
Interface for performing object to object method call swapping
|
![]() | IFaker |
Interface for specifying fake object creation settings. The interface is typed by the preceeding Fake property.
|
![]() | IIndexerGetVerifier |
Returned by Isolate.Verify.WasCalledGet(Object), this interface is used to verify an index
getter was called with a specific index.
|
![]() | IIndexerSetVerifier |
Returned by Isolate.Verify.WasCalledSet(Object), this interface is used to verify an index
setter was called with a specific index.
|
![]() | IIndexerVerifier |
Returned by Isolate.Verify.Indexer, this interface contains methods for verifying non
public (private, protected and internal) index calls.
|
![]() | IInvoker |
Interface for invoking events, private methods and static constructors
|
![]() | IIsolateNonPublic |
Returned by , this interface contains methods for faking and setting
behavior for method calls on non public methods, properties and indexers.
|
![]() | IMethodBehavior |
Interface for specifying behavior for a method call. The interface is extended by IVoidActionHandler and IReturnValueHandlerT.
|
![]() | INonPublicArgHandler |
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
|
![]() | INonPublicFaker |
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
|
![]() ![]() | INonPublicField |
A class that is used to control hidden fields
|
![]() | INonPublicIndexerRecorder |
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
|
![]() ![]() | INonPublicInstanceField |
Class that is used to control hidden fields
|
![]() | INonPublicMethodBehavior |
Returned by Isolate.NonPublic.WhenCalled(Object, String, Object), and
Isolate.NonPublic.WhenCalled().WithGenericArguments(Type, Type). this interface
contains methods for defining behavior for non public methods, as will as a modifier for applying behavior for
generic methods
|
![]() | INonPublicMethodBehaviorNoArgs |
Returned by Isolate.NonPublic.WhenCalled(Object, String, Object), and
Isolate.NonPublic.WhenCalled().WithGenericArguments(Type, Type). this interface
contains methods for defining behavior for non public methods, as will as a modifier for applying behavior for
generic methods
|
![]() | INonPublicMethodHandler |
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
|
![]() | INonPublicPropertyRecorder |
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
|
![]() | INonPublicPropertyVerifier |
Returned by Isolate.Verify.NonPublic.Property, this interface contains methods for verifying non
public (private, protected and internal) properties
|
![]() | INonPublicVerifier |
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.
|
![]() | INonVoidMatchingHandlerT1, TResult |
Interface used to define conditional argument matching when faking behavior. The interface is returned
by the WhenCalledT1, TResult(FuncT1, TResult) method.
|
![]() | INonVoidMatchingHandlerT1, T2, TResult |
Interface used to define conditional argument matching when faking behavior. The interface is returned
by the WhenCalledT1, T2, TResult(FuncT1, T2, TResult) method.
|
![]() | INonVoidMatchingHandlerT1, T2, T3, TResult |
Interface used to define conditional argument matching when faking behavior. The interface is returned
by the WhenCalledT1, T2, T3, TResult(FuncT1, T2, T3, TResult) method.
|
![]() | IPublicNonVoidMethodHandlerTResult |
Interface for specifying behavior for intercepted calls on public methods returning values. The interface is returned
by the WhenCalled(Action) method.
|
![]() | IPublicNonVoidRootMethodHandlerTResult |
Interface for specifying behavior for intercepted calls on public methods returning values. The interface is returned
by the WhenCalled(Action) method.
|
![]() | IPublicVoidActionHandler |
Interface for specifying behavior for intercepted calls on public void methods. The interface is returned
by the WhenCalled(Action) method.
|
![]() | IPublicVoidWithExactActionHandler |
Interface for specifying behavior for intercepted calls on public void methods. The interface is returned
by the WhenCalled(Action) method.
|
![]() | IReturnValueHandlerT |
Interface for specifying behavior for intercepted calls on methods returning values.
The interface is returned by WhenCalled(Action).
|
![]() | ISwapper |
Interface used for swapping between object method calls and collection values.
|
![]() | ISwapperBehaviorT |
Interface used for swapping That return a swapping object how is procceded by the With(T fake) method.
|
![]() | IVerifyCallsHandler |
Returned by , this interface contains methods for verifying the method calls and checking their arguments.
|
![]() | IVerifyHandler |
Returned by , this interface contains methods for verifying the method calls and checking their arguments.
|
![]() | IVoidActionHandler |
Interface for specifying behavior for a void returning intercepted calls. The interface is returned by WhenCalled(Action) method.
|
![]() | IVoidMatchingHandlerT1 |
Interface used to define conditional argument matching when faking behavior. The interface is returned
by the WhenCalledT1(ActionT1) method.
|
![]() | IVoidMatchingHandlerT1, T2 |
Interface used to define conditional argument matching when faking behavior. The interface is returned
by the WhenCalledT1, T2(ActionT1, T2) method.
|
![]() | IVoidMatchingHandlerT1, T2, T3 |
Interface used to define conditional argument matching when faking behavior. The interface is returned
by the WhenCalledT1, T2, T3(ActionT1, T2, T3) method.
|