File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
MarkdownLinkCheckLogParser
tests/MarkdownLinkCheckLogParserCli.Tests/CliCommands Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 74
74
</PackageReference >
75
75
<PackageReference Include =" NSubstitute" Version =" 5.1.0" />
76
76
<PackageReference Include =" Shouldly" Version =" 4.2.1" />
77
- <PackageReference Include =" xunit.analyzers" Version =" 1.4 .0" />
77
+ <PackageReference Include =" xunit.analyzers" Version =" 1.6 .0" />
78
78
<PackageReference Include =" NSubstitute.Analyzers.CSharp" Version =" 1.0.16" />
79
79
<PackageReference Include =" GitHubActionsTestLogger" Version =" 2.3.3" />
80
80
<PackageReference Include =" LiquidTestReports.Custom" Version =" 1.0.9" />
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ public class ParseLogCommandValidatonTests
12
12
/// Validation test for the <see cref="ParseLogCommand.AuthToken"/> command option.
13
13
/// </summary>
14
14
[ Theory ]
15
- [ InlineData ( null ) ]
16
15
[ InlineData ( "" ) ]
17
16
[ InlineData ( " " ) ]
18
17
public async Task ValidateAuthTokenOption ( string authToken )
@@ -41,7 +40,6 @@ public async Task ValidateAuthTokenOption(string authToken)
41
40
/// Validation test for the <see cref="ParseLogCommand.Repo"/> command option.
42
41
/// </summary>
43
42
[ Theory ]
44
- [ InlineData ( null ) ]
45
43
[ InlineData ( "" ) ]
46
44
[ InlineData ( " " ) ]
47
45
public async Task ValidateRepoOption ( string repo )
@@ -70,7 +68,6 @@ public async Task ValidateRepoOption(string repo)
70
68
/// Validation test for the <see cref="ParseLogCommand.RunId"/> command option.
71
69
/// </summary>
72
70
[ Theory ]
73
- [ InlineData ( null ) ]
74
71
[ InlineData ( "" ) ]
75
72
[ InlineData ( " " ) ]
76
73
public async Task ValidateRunIdOption ( string runId )
@@ -99,7 +96,6 @@ public async Task ValidateRunIdOption(string runId)
99
96
/// Validation test for the <see cref="ParseLogCommand.AuthToken"/> command option.
100
97
/// </summary>
101
98
[ Theory ]
102
- [ InlineData ( null ) ]
103
99
[ InlineData ( "" ) ]
104
100
[ InlineData ( " " ) ]
105
101
public async Task ValidateJobNameOption ( string jobName )
@@ -128,7 +124,6 @@ public async Task ValidateJobNameOption(string jobName)
128
124
/// Validation test for the <see cref="ParseLogCommand.StepName"/> command option.
129
125
/// </summary>
130
126
[ Theory ]
131
- [ InlineData ( null ) ]
132
127
[ InlineData ( "" ) ]
133
128
[ InlineData ( " " ) ]
134
129
public async Task ValidateStepNameOption ( string stepName )
@@ -157,7 +152,6 @@ public async Task ValidateStepNameOption(string stepName)
157
152
/// Validation test for the <see cref="ParseLogCommand.OutputOptions"/> command option.
158
153
/// </summary>
159
154
[ Theory ]
160
- [ InlineData ( null ) ]
161
155
[ InlineData ( "" ) ]
162
156
[ InlineData ( " " ) ]
163
157
public async Task ValidateOutputOptionsOption ( string outputOptions )
You can’t perform that action at this time.
0 commit comments