11 references to TestFormat
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (11)
MetadataAsSource\DocCommentFormatterTests.cs (11)
39=> TestFormat("<summary>This is a summary.</summary>", $@"{FeaturesResources.Summary_colon} 44=> TestFormat("<summary>I am the very model of a modern major general. This is a very long comment. And getting longer by the minute.</summary>", $@"{FeaturesResources.Summary_colon} 50=> TestFormat("<summary>I amtheverymodelofamodernmajorgeneral.Thisisaverylongcomment.Andgettinglongerbythe minute.</summary>", $@"{FeaturesResources.Summary_colon} 56=> TestFormat(@"<exception cref=""T:System.NotImplementedException"">throws NotImplementedException</exception>", $@"{WorkspacesResources.Exceptions_colon} 62=> TestFormat(@"<exception cref=""T:System.NotImplementedException"">throws NotImplementedException</exception> 72=> TestFormat(@"<exception cref=""T:System.NotImplementedException"">throws NotImplementedException for reason X</exception> 86=> TestFormat(@"<returns>A string is returned</returns>", $@"{FeaturesResources.Returns_colon} 91=> TestFormat(@"<value>A string value</value>", $@"{FeaturesResources.Value_colon} 96=> TestFormat(@"<summary>This is the summary.</summary> 110=> TestFormat(@"<typeparam name=""T"">The type param named 'T'</typeparam> 120=> TestFormat(@"<summary>