File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
tests/CommandLine.Tests/Unit/Text Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ namespace CommandLine.Tests.Unit.Text
9
9
{
10
10
public class HelpTextAutoBuildFix
11
11
{
12
-
13
12
[ Fact ]
14
- public void HelpText_wit_AdditionalNewLineAfterOption_true_should_have_newline ( )
13
+ public void HelpText_with_AdditionalNewLineAfterOption_true_should_have_newline ( )
15
14
{
16
15
// Fixture setup
17
16
// Exercize system
@@ -36,7 +35,7 @@ public void HelpText_wit_AdditionalNewLineAfterOption_true_should_have_newline()
36
35
}
37
36
38
37
[ Fact ]
39
- public void HelpText_wit_AdditionalNewLineAfterOption_false_should_not_have_newline ( )
38
+ public void HelpText_with_AdditionalNewLineAfterOption_false_should_not_have_newline ( )
40
39
{
41
40
// Fixture setup
42
41
// Exercize system
@@ -55,7 +54,7 @@ public void HelpText_wit_AdditionalNewLineAfterOption_false_should_not_have_newl
55
54
// Teardown
56
55
}
57
56
[ Fact ]
58
- public void HelpText_wit_by_default_should_include_help_version_option ( )
57
+ public void HelpText_with_by_default_should_include_help_version_option ( )
59
58
{
60
59
// Fixture setup
61
60
// Exercize system
@@ -73,7 +72,7 @@ public void HelpText_wit_by_default_should_include_help_version_option()
73
72
}
74
73
75
74
[ Fact ]
76
- public void HelpText_wit_AutoHelp_false_should_hide_help_option ( )
75
+ public void HelpText_with_AutoHelp_false_should_hide_help_option ( )
77
76
{
78
77
// Fixture setup
79
78
// Exercize system
You can’t perform that action at this time.
0 commit comments