Refactor tests again

This commit is contained in:
Alexey Golub
2019-08-25 18:26:40 +03:00
parent 43a304bb26
commit 41c0493e66
13 changed files with 142 additions and 123 deletions

View File

@@ -203,7 +203,8 @@ namespace CliFx.Tests.Services
[Test]
[TestCaseSource(nameof(GetTestCases_ParseCommandInput))]
public void ParseCommandInput_Test(IReadOnlyList<string> commandLineArguments, CommandInput expectedCommandInput)
public void ParseCommandInput_Test(IReadOnlyList<string> commandLineArguments,
CommandInput expectedCommandInput)
{
// Arrange
var parser = new CommandInputParser();