7 references to AssertResult
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (5)
Formatting\FormattingTests.vb (2)
3022
AssertResult
(inputOutput, Await document.GetTextAsync(), result)
3029
AssertResult
(inputOutput, Await document2.GetTextAsync(), result2)
Formatting\VisualBasicFormattingTestBase.vb (3)
68
AssertResult
(expected, Await document.GetTextAsync(), changes)
71
AssertResult
(expected, Await document.GetTextAsync(), changes)
77
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);