Skip to content

Commit c937c88

Browse files
FrankRay78patriksvensson
authored andcommitted
Updated test names for better self-documentation
1 parent 349eac1 commit c937c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Tests/Spectre.Console.Cli.Tests/Unit/CommandAppTests.Version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void Should_Output_Application_Version_To_The_Console_With_Default_Comman
9393
[Theory]
9494
[InlineData("-v")]
9595
[InlineData("--version")]
96-
public void Should_Execute_Command_Not_Output_Application_Version_To_The_Console(string versionOption)
96+
public void Should_Execute_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing(string versionOption)
9797
{
9898
// Given
9999
var fixture = new CommandAppTester();
@@ -140,7 +140,7 @@ public void Should_Output_Application_Version_To_The_Console_With_Branch_Default
140140
[Theory]
141141
[InlineData("-v")]
142142
[InlineData("--version")]
143-
public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version_To_The_Console(string versionOption)
143+
public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing(string versionOption)
144144
{
145145
// Given
146146
var fixture = new CommandAppTester();
@@ -164,7 +164,7 @@ public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version
164164
[Theory]
165165
[InlineData("-v")]
166166
[InlineData("--version")]
167-
public void Should_Execute_Branch_Command_Not_Output_Application_Version_To_The_Console(string versionOption)
167+
public void Should_Execute_Branch_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing(string versionOption)
168168
{
169169
// Given
170170
var fixture = new CommandAppTester();

0 commit comments

Comments
 (0)