Telerik.JustMock.Expectations.Abstraction
Exposes options for configuring what happens when an arranged void member is called.
Mark the statement as assertable in Mock.Assert<T>(T).
Provides methods for running custom delegates instead of the arranged member body.
Interface containing Func type method expectations.
Arrangement filtering interface.
Specifies instance scope for the expectation.
Defines an operation that marks a expectation as must.
Defines methods to mock non-public members.
Defines methods to mock non-public ref return members.
Defines occurrence for a specific call.
Defines the order for mock setups.
Defines the prerequisite for mock setups.
Defines member for mocking IQueryable collection.
Provides methods for specifying return values for arranged calls.
Defines the expected behavior for a setup.
Provides methods for arranging exceptions to be thrown when a mocked member is called.
Defines the time to wait before an event can be raised.
Interface containing overloads of the When method.