JustMock
Search JustMock
Contents
Introduction
Release Notes
Getting Started
Basic Usage
Advanced Usage
Scenarios
Integration
API Reference
Telerik.JustMock Namespace
Telerik.JustMock.Abstraction Namespace
Telerik.JustMock.DynamicProxy Namespace
Telerik.JustMock.DynamicProxy.Abstraction Namespace
Telerik.JustMock.DynamicProxy.Fluent Namespace
Telerik.JustMock.DynamicProxy.Fluent.Abstraction Namespace
Telerik.JustMock.Expectations Namespace
Telerik.JustMock.Expectations.Abstraction Namespace
IAction(TContainer) Interface
IAssertable Interface
IDoInstead(TContainer) Interface
IFunc(TReturn) Interface
IInstanceScope(TContainer) Interface
IMustBeCalled Interface
INonPublicExpectation Interface
IOccurrence Interface
IOrder Interface
IProtectedExpectation(T) Interface
IReturnCollection Interface
ISetupBehavior Interface
IThrows(TContainer) Interface
IWaitDuration Interface
Telerik.JustMock.Helpers Namespace
Telerik.JustMock.Interceptors Namespace
Telerik.JustMock.Internals Namespace
Telerik.JustMock.Setup Namespace
Telerik.JustMock.Weaver Namespace
Telerik.JustMock.Weaver.Abstraction Namespace
Telerik.JustMock.Weaver.Interceptors Namespace
Telerik.JustMock.Weaver.Interceptors.Abstraction Namespace
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
Telerik JustMock Manual
Telerik.JustMock.Expectations.Abstraction Namespace
Send Feedback
[Missing <summary> documentation for "N:Telerik.JustMock.Expectations.Abstraction"]
Interfaces
Interface
Description
IAction
<
(Of
<
(
<'
TContainer
>
)
>
)
>
Defines common expecations.
IAssertable
Mark the statement as assertable in
Assert
<
(Of
<
<'
(
T
>
)
>
>
)
(T)
.
IDoInstead
<
(Of
<
(
<'
TContainer
>
)
>
)
>
Defines members for setting up delegate to execute as mehtod body.
IFunc
<
(Of
<
(
<'
TReturn
>
)
>
)
>
Interface containing Func type method expecatations.
IInstanceScope
<
(Of
<
(
<'
TContainer
>
)
>
)
>
Specifies instance scope for the expectation.
IMustBeCalled
Defines an operation that marks a expectation as must.
INonPublicExpectation
Defines methods to mock non-public members.
IOccurrence
Defines occurrence for a specific call.
IOrder
Defines the order for mock setups.
IProtectedExpectation
<
(Of
<
(
<'
T
>
)
>
)
>
Interface for containing protected expectations.
IReturnCollection
Defines member for mocking
IQueryable
collection.
ISetupBehavior
Defines the expected behavior for a setup.
IThrows
<
(Of
<
(
<'
TContainer
>
)
>
)
>
IWaitDuration
Defines the time to wait before an event can be raised.