Browse Source

Moved WindowingPlatformMock

pull/332/head
Nikita Tsukanov 11 years ago
parent
commit
abd54620cd
  1. 2
      tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj
  2. 2
      tests/Perspex.Controls.UnitTests/WindowingPlatformMock.cs
  3. 1
      tests/Perspex.Layout.UnitTests/FullLayoutTests.cs

2
tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj

@ -88,7 +88,7 @@
<Compile Include="BorderTests.cs" />
<Compile Include="ListBoxTests_Single.cs" />
<Compile Include="Primitives\SelectingItemsControlTests_Multiple.cs" />
<Compile Include="Primitives\WindowingPlatformMock.cs" />
<Compile Include="WindowingPlatformMock.cs" />
<Compile Include="TreeViewTests.cs" />
<Compile Include="Mixins\SelectableMixinTests.cs" />
<Compile Include="StackPanelTests.cs" />

2
tests/Perspex.Controls.UnitTests/Primitives/WindowingPlatformMock.cs → tests/Perspex.Controls.UnitTests/WindowingPlatformMock.cs

@ -2,7 +2,7 @@ using System;
using Moq;
using Perspex.Platform;
namespace Perspex.Controls.UnitTests.Primitives
namespace Perspex.Controls.UnitTests
{
public class WindowingPlatformMock : IWindowingPlatform
{

1
tests/Perspex.Layout.UnitTests/FullLayoutTests.cs

@ -9,6 +9,7 @@ using Perspex.Controls;
using Perspex.Controls.Presenters;
using Perspex.Controls.Primitives;
using Perspex.Controls.Templates;
using Perspex.Controls.UnitTests;
using Perspex.Controls.UnitTests.Primitives;
using Perspex.Diagnostics;
using Perspex.Input;

Loading…
Cancel
Save