FeedHelperGetFeeds Method |
Returns a list of
IFeed objects from a list of mock
IFeed objects.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static List<IFeed> GetFeeds(
List<Mock<IFeed>> feeds
)
Public Shared Function GetFeeds (
feeds As List(Of Mock(Of IFeed))
) As List(Of IFeed)
public:
static List<IFeed^>^ GetFeeds(
List<Mock<IFeed^>^>^ feeds
)
static member GetFeeds :
feeds : List<Mock<IFeed>> -> List<IFeed>
Parameters
- feeds
- Type: System.Collections.GenericListMockIFeed
Return Value
Type:
ListIFeedSee Also