File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FluentCommandLineParser.Tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 105
105
<Compile Include =" Internals\CommandLineParserEngine\when_args_contains_a_boolean_option_that_ends_with_no_sign.cs" />
106
106
<Compile Include =" Internals\HelpCommandLineOptionTests.cs" />
107
107
<Compile Include =" Internals\TestContextBase.cs" />
108
- <Compile Include =" Internals\Validators\CommandLineOptionNameValidatorTests .cs" />
108
+ <Compile Include =" Internals\Validators\OptionNameValidatorTests .cs" />
109
109
<Compile Include =" Internals\Validators\NoDuplicateOptionValidatorTests.cs" />
110
110
<Compile Include =" TestContext\TestContext.cs" />
111
111
<Compile Include =" FluentCommandLineParser\TestContext\TestType.cs" />
Original file line number Diff line number Diff line change 1
1
#region License
2
- // CommandLineOptionNameValidatorTests .cs
2
+ // OptionNameValidatorTests .cs
3
3
// Copyright (c) 2013, Simon Williams
4
4
// All rights reserved.
5
5
//
31
31
32
32
namespace Fclp . Tests . Internals . Validators
33
33
{
34
- class CommandLineOptionNameValidatorTests
34
+ class OptionNameValidatorTests
35
35
{
36
36
[ Subject ( typeof ( OptionNameValidator ) ) ]
37
37
abstract class CommandLineOptionNameValidatorTestContext : TestContextBase < OptionNameValidator >
You can’t perform that action at this time.
0 commit comments