7 references to AssertResult
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (5)
Formatting\FormattingTests.vb (2)
3023
AssertResult
(inputOutput, Await document.GetTextAsync(), result)
3030
AssertResult
(inputOutput, Await document2.GetTextAsync(), result2)
Formatting\VisualBasicFormattingTestBase.vb (3)
69
AssertResult
(expected, Await document.GetTextAsync(), changes)
72
AssertResult
(expected, Await document.GetTextAsync(), changes)
78
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);