summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.iOS.UITests/Tests/WebViewUITests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core.iOS.UITests/Tests/WebViewUITests.cs')
-rw-r--r--Xamarin.Forms.Core.iOS.UITests/Tests/WebViewUITests.cs101
1 files changed, 0 insertions, 101 deletions
diff --git a/Xamarin.Forms.Core.iOS.UITests/Tests/WebViewUITests.cs b/Xamarin.Forms.Core.iOS.UITests/Tests/WebViewUITests.cs
deleted file mode 100644
index e056b325..00000000
--- a/Xamarin.Forms.Core.iOS.UITests/Tests/WebViewUITests.cs
+++ /dev/null
@@ -1,101 +0,0 @@
-using System;
-using System.CodeDom;
-using System.Collections.Generic;
-using System.Diagnostics;
-using System.Linq;
-using System.Security.Cryptography;
-using System.Threading;
-using System.Reflection;
-
-using NUnit.Framework;
-
-using Xamarin.Forms.CustomAttributes;
-using Xamarin.UITest.Android;
-using Xamarin.UITest.Queries;
-using Xamarin.UITest.iOS;
-
-namespace Xamarin.Forms.Core.UITests
-{
- [TestFixture]
- [Category(UITestCategories.WebView)]
- internal class WebViewUITests : _ViewUITests
- {
- public WebViewUITests ()
- {
- PlatformViewType = Views.WebView;
- }
-
- protected override void NavigateToGallery ()
- {
- App.NavigateToGallery (GalleryQueries.WebViewGallery);
- }
-
- [Category(UITestCategories.ManualReview)]
- public override void _IsEnabled ()
- {
- Assert.Inconclusive ("Does not make sense for WebView");
- }
-
- [Test]
- [Category(UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _IsVisible () {}
-
- [UiTestExempt (ExemptReason.CannotTest, "Invalid interaction with Label")]
- public override void _Focus () {}
-
- // TODO
- public override void _GestureRecognizers () {}
-
- [UiTestExempt (ExemptReason.CannotTest, "Invalid interaction with Label")]
- public override void _IsFocused () {}
-
- [Test]
- [Category(UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _Opacity () {}
-
- [Test]
- [Category(UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _Rotation () {}
-
- [Test]
- [Category(UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _RotationX () {}
-
- [Test]
- [Category(UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _RotationY () {}
-
-
- [Test]
- [Category(UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _TranslationX () {}
-
- [Test]
- [Category(UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _TranslationY () {}
-
- [Test]
- [Category (UITestCategories.ManualReview)]
- [Ignore("Keep empty test from failing in Test Cloud")]
- public override void _Scale () {}
-
- [UiTestExempt (ExemptReason.CannotTest, "Invalid interaction with Label")]
- public override void _UnFocus () {}
-
- // TODO
- // Implement control specific ui tests
-
- protected override void FixtureTeardown ()
- {
- App.NavigateBack ();
- base.FixtureTeardown ();
- }
- }
-} \ No newline at end of file