Click or drag to resize
FeedHelper.AddFeeds Method (List<Mock`1<IFeed>>, List<Mock`1<IBaseStationAircraftList>>, List<List<IAircraft>>,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.Generic.List<Mock<IFeed>>
baseStationAircraftLists
Type: System.Collections.Generic.List<Mock<IBaseStationAircraftList>>
aircraftLists
Type: System.Collections.Generic.List<List<IAircraft>>
feedIds
Type:System.Int32[]
See Also