mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-16 20:23:20 +08:00
Updated test names for better self-documentation
This commit is contained in:
parent
349eac1e22
commit
c937c8800a
@ -93,7 +93,7 @@ public sealed partial class CommandAppTests
|
|||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("-v")]
|
[InlineData("-v")]
|
||||||
[InlineData("--version")]
|
[InlineData("--version")]
|
||||||
public void Should_Execute_Command_Not_Output_Application_Version_To_The_Console(string versionOption)
|
public void Should_Execute_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing(string versionOption)
|
||||||
{
|
{
|
||||||
// Given
|
// Given
|
||||||
var fixture = new CommandAppTester();
|
var fixture = new CommandAppTester();
|
||||||
@ -140,7 +140,7 @@ public sealed partial class CommandAppTests
|
|||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("-v")]
|
[InlineData("-v")]
|
||||||
[InlineData("--version")]
|
[InlineData("--version")]
|
||||||
public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version_To_The_Console(string versionOption)
|
public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing(string versionOption)
|
||||||
{
|
{
|
||||||
// Given
|
// Given
|
||||||
var fixture = new CommandAppTester();
|
var fixture = new CommandAppTester();
|
||||||
@ -164,7 +164,7 @@ public sealed partial class CommandAppTests
|
|||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("-v")]
|
[InlineData("-v")]
|
||||||
[InlineData("--version")]
|
[InlineData("--version")]
|
||||||
public void Should_Execute_Branch_Command_Not_Output_Application_Version_To_The_Console(string versionOption)
|
public void Should_Execute_Branch_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing(string versionOption)
|
||||||
{
|
{
|
||||||
// Given
|
// Given
|
||||||
var fixture = new CommandAppTester();
|
var fixture = new CommandAppTester();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user