mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-14 01:05:33 +08:00
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:

committed by
Phil Scott

parent
d532e1011f
commit
fa5a1e88ec
@@ -9,7 +9,7 @@ using Xunit;
|
||||
namespace Spectre.Console.Tests.Unit
|
||||
{
|
||||
[UsesVerify]
|
||||
[ExpectationPath("Widgets/Progress")]
|
||||
[ExpectationPath("Live/Progress")]
|
||||
public sealed class ProgressTests
|
||||
{
|
||||
[Fact]
|
@@ -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
|
@@ -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]
|
@@ -9,7 +9,7 @@ using Xunit;
|
||||
namespace Spectre.Console.Tests.Unit
|
||||
{
|
||||
[UsesVerify]
|
||||
[ExpectationPath("Borders/Box")]
|
||||
[ExpectationPath("Rendering/Borders/Box")]
|
||||
public sealed class BoxBorderTests
|
||||
{
|
||||
[UsesVerify]
|
@@ -9,7 +9,7 @@ using Xunit;
|
||||
namespace Spectre.Console.Tests.Unit
|
||||
{
|
||||
[UsesVerify]
|
||||
[ExpectationPath("Borders/Table")]
|
||||
[ExpectationPath("Rendering/Borders/Table")]
|
||||
public sealed class TableBorderTests
|
||||
{
|
||||
[UsesVerify]
|
Reference in New Issue
Block a user