12 references to TestAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (12)
Formatting\Indentation\SmartTokenFormatter_FormatTokenTests.vb (12)
48Await TestAsync(code, indentation:=14)
60Await TestAsync(code, indentation:=14)
72Await TestAsync(code, indentation:=14)
84Await TestAsync(code, indentation:=24)
96Await TestAsync(code, indentation:=24)
103Await TestAsync(code, indentation:=4)
110Await TestAsync(code, indentation:=12)
117Await TestAsync(code, indentation:=19)
124Await TestAsync(code, indentation:=30)
138Await TestAsync(code, indentation:=4)
144Await TestAsync(My.Resources.XmlLiterals.EmptyElement1, indentation:=23)
174Assert.NotNull(Await Record.ExceptionAsync(Function() TestAsync(codeWithMarkup, indentation, indentStyle:=indentStyle)))