Example #1
0
		public void LaunchingAnAppWithoutAvailableDeviceShouldThrowAnException()
		{
			var appInfo = new FakeAppInfoWithoutAvailableDevices();
			Assert.Throws<AppInfo.NoDeviceAvailable>(appInfo.LaunchAppOnPrimaryDevice);
		}
Example #2
0
        public void LaunchingAnAppWithoutAvailableDeviceShouldThrowAnException()
        {
            var appInfo = new FakeAppInfoWithoutAvailableDevices();

            Assert.Throws <AppInfo.NoDeviceAvailable>(appInfo.LaunchAppOnPrimaryDevice);
        }