Skip to content

Commit 5c1c88e

Browse files
author
Scott McGinness
committed
Documentation for unit test parameters
1 parent f4962e0 commit 5c1c88e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp7/NamingRules/SA1316CSharp7UnitTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ public void TestMethod()
175175
/// <param name="settings">The test settings to use.</param>
176176
/// <param name="tupleElementName1">The expected tuple element name for the first field.</param>
177177
/// <param name="tupleElementName2">The expected tuple element name for the second field.</param>
178+
/// <param name="tupleInferred1">The name of the first tuple element that would be inferred if not given explicitly.</param>
179+
/// <param name="tupleInferred2">The name of the second tuple element that would be inferred if not given explicitly.</param>
178180
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
179181
[Theory]
180182
[InlineData(CamelCaseInferredTestSettings, "elementName1", "elementName2", "ElementValue1", "ElementValue2")]

0 commit comments

Comments
 (0)