Clean up Widgets

* Move /Widgets/Live/* to /Live/*
* Move /Widgets/Prompt/* to /Prompts/*
* Move tests and expectations to match the new locations
This commit is contained in:
Patrik Svensson 2021-07-12 09:39:20 +02:00 committed by Phil Scott
parent d532e1011f
commit fa5a1e88ec
114 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ using Xunit;
namespace Spectre.Console.Tests.Unit
{
[UsesVerify]
[ExpectationPath("Widgets/Progress")]
[ExpectationPath("Live/Progress")]
public sealed class ProgressTests
{
[Fact]

View File

@ -9,7 +9,7 @@ using Xunit;
namespace Spectre.Console.Tests.Unit
{
[UsesVerify]
[ExpectationPath("Widgets/Status")]
[ExpectationPath("Live/Status")]
public sealed class StatusTests
{
public sealed class DummySpinner1 : Spinner

View File

@ -9,7 +9,7 @@ using Spectre.Verify.Extensions;
namespace Spectre.Console.Tests.Unit
{
[UsesVerify]
[ExpectationPath("Widgets/Prompt/Text")]
[ExpectationPath("Prompts/Text")]
public sealed class TextPromptTests
{
[Fact]

View File

@ -9,7 +9,7 @@ using Xunit;
namespace Spectre.Console.Tests.Unit
{
[UsesVerify]
[ExpectationPath("Borders/Box")]
[ExpectationPath("Rendering/Borders/Box")]
public sealed class BoxBorderTests
{
[UsesVerify]

View File

@ -9,7 +9,7 @@ using Xunit;
namespace Spectre.Console.Tests.Unit
{
[UsesVerify]
[ExpectationPath("Borders/Table")]
[ExpectationPath("Rendering/Borders/Table")]
public sealed class TableBorderTests
{
[UsesVerify]

Some files were not shown because too many files have changed in this diff Show More