Rename to TerminalGuiFluentTesting

This commit is contained in:
tznind
2025-03-16 20:03:06 +00:00
committed by Tig
parent 491140a39a
commit 79f289ce8f
13 changed files with 463 additions and 408 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
using TerminalGuiFluentAssertions;
using TerminalGuiFluentTesting;
using Xunit.Abstractions;
namespace UnitTests.FluentTests;

View File

@@ -45,7 +45,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Terminal.Gui\Terminal.Gui.csproj" />
<ProjectReference Include="..\..\TerminalGuiFluentAssertions\TerminalGuiFluentAssertions.csproj" />
<ProjectReference Include="..\..\TerminalGuiFluentTesting\TerminalGuiFluentTesting.csproj" />
<ProjectReference Include="..\..\UICatalog\UICatalog.csproj" />
</ItemGroup>
<ItemGroup>