Click or drag to resize
FeedHelperGetFeeds Method
Returns a list of IFeed objects from a list of mock IFeed objects.

Namespace: Test.Framework
Assembly: 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
)

Parameters

feeds
Type: System.Collections.GenericListMockIFeed

Return Value

Type: ListIFeed
See Also