18 references to TestAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (18)
TaskList\CSharpTaskListTests.cs (17)
21=> TestAsync(@"// [|TODO:test|]", host); 25=> TestAsync(@"// [|TODO test|]", host); 29=> TestAsync(@"// TODO_test", host); 33=> TestAsync(@"// TODO1 test", host); 37=> TestAsync(""" 43=> TestAsync(@"// Hello TODO test", host); 47=> TestAsync(@"/// [|TODO test|]", host); 51=> TestAsync(@"#if DEBUG // [|TODO test|]", host); 55=> TestAsync(@"#if DEBUG /// [|TODO test|]", host); 59=> TestAsync(@"#region // TODO test", host); 63=> TestAsync(@"#endregion // [|TODO test|]", host); 67=> TestAsync(@"// [|TODO test |]", host); 71=> TestAsync(@"/* [|TODO: hello |]*/", host); 75=> TestAsync(@"/** [|TODO: hello |]*/", host); 79=> TestAsync(""" 89=> TestAsync(""" 99=> TestAsync("""
TaskList\NoCompilationTaskListTests.cs (1)
47=> TestAsync(@"(* [|Message|] *)", host);