Skip to content

Commit

Permalink
graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Feb 9, 2024
1 parent 507a746 commit bd65e21
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Microsoft.Maui.DeviceTests
{
[Category(TestCategory.SwipeView)]
public partial class SwipeViewHandlerTests : CoreHandlerTestBase<SwipeViewHandler, SwipeViewStub>
{
[Fact(DisplayName = "Clip Initializes ContainerView Correctly", Skip = "Failing")]
Expand Down
12 changes: 12 additions & 0 deletions src/Graphics/tests/DeviceTests/TestCategory.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Microsoft.Maui.Graphics.DeviceTests;

static class TestCategory
{
public const string Image = "Image";
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace Microsoft.Maui.Graphics.DeviceTests;

[Category(TestCategory.Image)]
public class ImageLoadingServiceTests
{
[Fact]
Expand Down
1 change: 1 addition & 0 deletions src/Graphics/tests/DeviceTests/Tests/ImageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

namespace Microsoft.Maui.Graphics.DeviceTests;

[Category(TestCategory.Image)]
public class ImageTests
{
[Theory]
Expand Down

0 comments on commit bd65e21

Please sign in to comment.