FeedHelperRemoveFeed Method (ListMock`1IFeed, ListMock`1IBaseStationAircraftList, ListListIAircraft, Int32) |
Namespace: Test.FrameworkAssembly: 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
)
Public Shared Sub RemoveFeed (
feeds As List(Of Mock(Of IFeed)),
baseStationAircraftLists As List(Of Mock(Of IBaseStationAircraftList)),
aircraftLists As List(Of List(Of IAircraft)),
ParamArray feedIds As Integer()
)
public:
static void RemoveFeed(
List<Mock<IFeed^>^>^ feeds,
List<Mock<IBaseStationAircraftList^>^>^ baseStationAircraftLists,
List<List<IAircraft^>^>^ aircraftLists,
... array<int>^ feedIds
)
static member RemoveFeed :
feeds : List<Mock<IFeed>> *
baseStationAircraftLists : List<Mock<IBaseStationAircraftList>> *
aircraftLists : List<List<IAircraft>> *
feedIds : int[] -> unit
Parameters
- feeds
- Type: System.Collections.GenericListMockIFeed
- baseStationAircraftLists
- Type: System.Collections.GenericListMockIBaseStationAircraftList
- aircraftLists
- Type: System.Collections.GenericListListIAircraft
- feedIds
- Type: SystemInt32
See Also