Skip to content

Commit

Permalink
Migrate to headless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Apr 28, 2023
1 parent e4ca6a8 commit 613c096
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 959 deletions.
15 changes: 8 additions & 7 deletions test/AvaloniaEdit.Tests/AvaloniaEdit.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Themes.Simple" Version="$(AvaloniaVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="Moq" Version="4.10.1" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Avalonia" Version="11.0.999-cibuild0033943-beta" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.999-cibuild0033943-beta" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.999-cibuild0033943-beta" />
<PackageReference Include="Avalonia.Headless.NUnit" Version="11.0.999-cibuild0033943-beta" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
64 changes: 0 additions & 64 deletions test/AvaloniaEdit.Tests/AvaloniaMocks/MockFontManagerImpl.cs

This file was deleted.

36 changes: 0 additions & 36 deletions test/AvaloniaEdit.Tests/AvaloniaMocks/MockGlyphRun.cs

This file was deleted.

81 changes: 0 additions & 81 deletions test/AvaloniaEdit.Tests/AvaloniaMocks/MockGlyphTypeface.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 613c096

Please sign in to comment.