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