1.6 KiB
1.6 KiB
title | page_title | description | previous_url | slug | published | fullPath | category |
---|---|---|---|---|---|---|---|
GetTimesCalled Method | GetTimesCalled Method | JustMock Documentation | Documentation page about GetTimesCalled Method . | /overload_telerik_justmock_mock_gettimescalled.html | overload_telerik_justmock_mock_gettimescalled | True | api/n_telerik_justmock/t_telerik_justmock_mock/methods_t_telerik_justmock_mock/overload_telerik_justmock_mock_gettimescalled/overload_telerik_justmock_mock_gettimescalled | api |
Mock.GetTimesCalled Method
Overload List
Name | Description | |
---|---|---|
GetTimesCalled(Expression<Action>) | Returns the number of times the specified member was called. | |
GetTimesCalled<TReturn>(Expression<Func<TResult>>) | ||
GetTimesCalled(Expression<Action>, Args) | Returns the number of times the specified member was called. | |
GetTimesCalled<TReturn>(Expression<Func<TResult>>, Void) |