提交 c2fbd0a1 编写于 作者: A Alexander Gayko

Refactoring "Move tool tip assertions to shared ToolTipAssert class" (commit...

Refactoring "Move tool tip assertions to shared ToolTipAssert class" (commit 04968d4b) had to be applied to the new methods
上级 5256f043
......@@ -1001,7 +1001,7 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense
New ClassifiedTextRun(ClassificationTypeNames.TypeParameterName, "T", navigationAction:=Sub() Return, "T"),
New ClassifiedTextRun(ClassificationTypeNames.Text, "."))))
AssertEqualAdornments(expected, container)
ToolTipAssert.EqualContent(expected, container)
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.QuickInfo)>
......@@ -1053,7 +1053,7 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense
New ClassifiedTextRun(ClassificationTypeNames.Keyword, "int", navigationAction:=Sub() Return, "int"),
New ClassifiedTextRun(ClassificationTypeNames.Text, "."))))
AssertEqualAdornments(expected, container)
ToolTipAssert.EqualContent(expected, container)
End Sub
<WpfFact, Trait(Traits.Feature, Traits.Features.QuickInfo)>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册