Click or drag to resize
FeedHelperSetupTakeSnapshot Method
A helper method to set up the IBaseStationAircraftList TakeSnaphot method for known values of out longs.

Namespace: Test.Framework
Assembly: 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
)

Parameters

baseStationAircraftLists
Type: System.Collections.GenericListMockIBaseStationAircraftList
aircraftLists
Type: System.Collections.GenericListListIAircraft
index
Type: SystemInt32
takeSnapshotOutValue1
Type: SystemInt64
takeSnapshotOutValue2
Type: SystemInt64
See Also