FeedHelperSetupTakeSnapshot Method |
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void SetupTakeSnapshot(
List<Mock<IBaseStationAircraftList>> baseStationAircraftLists,
List<List<IAircraft>> aircraftLists,
int index,
long takeSnapshotOutValue1,
long takeSnapshotOutValue2
)
Public Shared Sub SetupTakeSnapshot (
baseStationAircraftLists As List(Of Mock(Of IBaseStationAircraftList)),
aircraftLists As List(Of List(Of IAircraft)),
index As Integer,
takeSnapshotOutValue1 As Long,
takeSnapshotOutValue2 As Long
)
public:
static void SetupTakeSnapshot(
List<Mock<IBaseStationAircraftList^>^>^ baseStationAircraftLists,
List<List<IAircraft^>^>^ aircraftLists,
int index,
long long takeSnapshotOutValue1,
long long takeSnapshotOutValue2
)
static member SetupTakeSnapshot :
baseStationAircraftLists : List<Mock<IBaseStationAircraftList>> *
aircraftLists : List<List<IAircraft>> *
index : int *
takeSnapshotOutValue1 : int64 *
takeSnapshotOutValue2 : int64 -> unit
Parameters
- baseStationAircraftLists
- Type: System.Collections.GenericListMockIBaseStationAircraftList
- aircraftLists
- Type: System.Collections.GenericListListIAircraft
- index
- Type: SystemInt32
- takeSnapshotOutValue1
- Type: SystemInt64
- takeSnapshotOutValue2
- Type: SystemInt64
See Also