C# Class Catel.Services.Test.LocationTestData

Test data which contains the location and time-out.
Show file Open project: Catel/Catel

Public Methods

Method Description
LocationTestData ( ILocation location ) : System

Initializes a new instance of the LocationTestData class. When this constructor is used, no time-out is used and only one location will be available.

LocationTestData ( ILocation location, System.TimeSpan timeSpan ) : System

Initializes a new instance of the LocationTestData class.

Method Details

LocationTestData() public method

Initializes a new instance of the LocationTestData class. When this constructor is used, no time-out is used and only one location will be available.
public LocationTestData ( ILocation location ) : System
location ILocation
return System

LocationTestData() public method

Initializes a new instance of the LocationTestData class.
public LocationTestData ( ILocation location, System.TimeSpan timeSpan ) : System
location ILocation The location.
timeSpan System.TimeSpan The time span.
return System