Click or drag to resize
FeedHelperAddFeeds Method (ListMock`1IFeed, ListMock`1IListener, Int32)
Populates the IFeed and IListener lists with mocks for a mock IFeedManager.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddFeeds(
	List<Mock<IFeed>> feeds,
	List<Mock<IListener>> listeners,
	params int[] feedIds
)

Parameters

feeds
Type: System.Collections.GenericListMockIFeed
listeners
Type: System.Collections.GenericListMockIListener
feedIds
Type: SystemInt32
See Also