Click or drag to resize
FeedHelperRemoveFeed Method (ListMock`1IFeed, ListMock`1IBaseStationAircraftList, ListListIAircraft, Int32)
Removes IFeed and IBaseStationAircraftList 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 RemoveFeed(
	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