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
99{
1010 public class HelpTextAutoBuildFix
1111 {
12-
1312 [ Fact ]
14- public void HelpText_wit_AdditionalNewLineAfterOption_true_should_have_newline ( )
13+ public void HelpText_with_AdditionalNewLineAfterOption_true_should_have_newline ( )
1514 {
1615 // Fixture setup
1716 // Exercize system
@@ -36,7 +35,7 @@ public void HelpText_wit_AdditionalNewLineAfterOption_true_should_have_newline()
3635 }
3736
3837 [ Fact ]
39- public void HelpText_wit_AdditionalNewLineAfterOption_false_should_not_have_newline ( )
38+ public void HelpText_with_AdditionalNewLineAfterOption_false_should_not_have_newline ( )
4039 {
4140 // Fixture setup
4241 // Exercize system
@@ -55,7 +54,7 @@ public void HelpText_wit_AdditionalNewLineAfterOption_false_should_not_have_newl
5554 // Teardown
5655 }
5756 [ 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 ( )
5958 {
6059 // Fixture setup
6160 // Exercize system
@@ -73,7 +72,7 @@ public void HelpText_wit_by_default_should_include_help_version_option()
7372 }
7473
7574 [ Fact ]
76- public void HelpText_wit_AutoHelp_false_should_hide_help_option ( )
75+ public void HelpText_with_AutoHelp_false_should_hide_help_option ( )
7776 {
7877 // Fixture setup
7978 // Exercize system
You can’t perform that action at this time.
0 commit comments