7 references to AssertResult
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (5)
Formatting\FormattingTests.vb (2)
3021
AssertResult
(inputOutput, Await document.GetTextAsync(), result)
3028
AssertResult
(inputOutput, Await document2.GetTextAsync(), result2)
Formatting\VisualBasicFormattingTestBase.vb (3)
67
AssertResult
(expected, Await document.GetTextAsync(), changes)
70
AssertResult
(expected, Await document.GetTextAsync(), changes)
76
AssertResult
(expected, Await document.GetTextAsync(), changes)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Formatting\FormattingTestBase.cs (2)
87
AssertResult
(expected, sourceText, result);
95
AssertResult
(expected, resultText, idempotentResult);