From 14e21dcebd4a706aaa5eed384b142957d84df002 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Tue, 15 Nov 2016 12:39:23 -0700 Subject: Creating category constants for UI test categories (#487) * Creating a category just for core UI tests * Grouping all of the core UI tests * Adjusting categories so we can run in smaller batches * Adding some of the Issues tests to categories * Fix shared project nonsense * Fix non-existent test category * Testing global category for Issues --- .../PlatformTests/DisplayAlertUITestsAndroid.cs | 2 +- .../Xamarin.Forms.Core.Android.UITests.csproj | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'Xamarin.Forms.Core.Android.UITests') diff --git a/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs b/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs index f0075576..d5acb5ca 100644 --- a/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs +++ b/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs @@ -4,7 +4,7 @@ using NUnit.Framework; namespace Xamarin.Forms.Core.UITests { [TestFixture] - [Category ("DisplayAlert")] + [Category(UITestCategories.DisplayAlert)] internal class DisplayAlertUITestsAndroid : BaseTestFixture { diff --git a/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj b/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj index 6dfa1ccb..a92c0851 100644 --- a/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj +++ b/Xamarin.Forms.Core.Android.UITests/Xamarin.Forms.Core.Android.UITests.csproj @@ -143,6 +143,9 @@ Tests\WebViewUITests.cs + + UITestCategories.cs + -- cgit v1.2.3