Automobile.Mobile.Framework.UnitTests.Helpers.MobileDeviceDummy.MobileDeviceDummy C# (CSharp) Method

MobileDeviceDummy() public method

public MobileDeviceDummy ( ) : System.Threading
return System.Threading
        public MobileDeviceDummy()
            : base(ConnectionType.Direct, "")
        {
            Browser = new MobileBrowserDummy();
        }