FeedHelper.AddFeeds Method (List<Mock`1<IFeed>>, List<Mock`1<IBaseStationAircraftList>>, List<List<IAircraft>>,Int32[]) |
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AddFeeds(
List<Mock<IFeed>> feeds,
List<Mock<IBaseStationAircraftList>> baseStationAircraftLists,
List<List<IAircraft>> aircraftLists,
params int[] feedIds
)
Public Shared Sub AddFeeds (
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 AddFeeds(
List<Mock<IFeed^>^>^ feeds,
List<Mock<IBaseStationAircraftList^>^>^ baseStationAircraftLists,
List<List<IAircraft^>^>^ aircraftLists,
... array<int>^ feedIds
)
static member AddFeeds :
feeds : List<Mock<IFeed>> *
baseStationAircraftLists : List<Mock<IBaseStationAircraftList>> *
aircraftLists : List<List<IAircraft>> *
feedIds : int[] -> unit
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