Click or drag to resize
FeedHelperAddFeeds Method (ListMock`1IFeed, ListMock`1IBaseStationAircraftList, ListListIAircraft, Int32)
Populates the IFeed and IBaseStationAircraftList 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<IBaseStationAircraftList>> baseStationAircraftLists,
	List<List<IAircraft>> aircraftLists,
	params int[] feedIds
)

Parameters

feeds
Type: System.Collections.GenericListMockIFeed
baseStationAircraftLists
Type: System.Collections.GenericListMockIBaseStationAircraftList
aircraftLists
Type: System.Collections.GenericListListIAircraft
feedIds
Type: SystemInt32
See Also