Skip to content

Commit

Permalink
- fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed May 18, 2022
1 parent a090dfe commit ee8b1c0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Microsoft.Maui;
using Microsoft.Maui.Controls;
using Microsoft.Maui.Controls.Handlers;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Handlers;
using Microsoft.Maui.Hosting;
using Microsoft.Maui.Platform;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Text;
using System.Threading.Tasks;
using Microsoft.Maui.Controls;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Handlers;
using Microsoft.Maui.Hosting;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Text;
using System.Threading.Tasks;
using Microsoft.Maui.Controls;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Handlers;
using Microsoft.Maui.Hosting;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
using Microsoft.Maui.Hosting;
using Microsoft.Maui.Handlers;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.DeviceTests.Stubs;

namespace Microsoft.Maui.DeviceTests
{
Expand Down
1 change: 1 addition & 0 deletions src/Controls/tests/DeviceTests/HandlerTestBase.Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
using System.Collections.Generic;
using WAppBarButton = Microsoft.UI.Xaml.Controls.AppBarButton;
using Xunit;
using Microsoft.Maui.DeviceTests.Stubs;

namespace Microsoft.Maui.DeviceTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;

namespace Microsoft.Maui.UnitTests
namespace Microsoft.Maui.DeviceTests.Stubs
{
class MauiAppNewWindowStub : IApplication
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using static Microsoft.Maui.DeviceTests.HandlerTestBase;
using AActivity = Android.App.Activity;

namespace Microsoft.Maui.DeviceTests
namespace Microsoft.Maui.DeviceTests.Stubs
{
public class WindowHandlerStub : ElementHandler<IWindow, AActivity>, IWindowHandler
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Microsoft.Maui.Handlers;
using Microsoft.UI.Xaml;

namespace Microsoft.Maui.DeviceTests
namespace Microsoft.Maui.DeviceTests.Stubs
{
public class WindowHandlerStub : WindowHandler
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Microsoft.Maui.Platform;
using UIKit;

namespace Microsoft.Maui.DeviceTests
namespace Microsoft.Maui.DeviceTests.Stubs
{
public class WindowHandlerStub : ElementHandler<IWindow, UIWindow>, IWindowHandler
{
Expand Down

0 comments on commit ee8b1c0

Please sign in to comment.