29 references to TestComment
Microsoft.VisualStudio.LanguageServices.UnitTests (29)
CodeModel\CSharp\CodeClassTests.vb (9)
1067TestComment(code, String.Empty) 1079TestComment(code, "Goo" & vbCrLf & "Bar" & vbCrLf) 1091TestComment(code, "Bar" & vbCrLf) 1103TestComment(code, "Bar" & vbCrLf) 1117TestComment(code, "Bar" & vbCrLf) 1132TestComment(code, "Hello" & vbCrLf & "World!" & vbCrLf) 1148TestComment(code, "Hello" & vbCrLf & vbCrLf & "World!" & vbCrLf) 1164TestComment(code, "This" & vbCrLf & "is" & vbCrLf & "a" & vbCrLf & "multi-line" & vbCrLf & "comment!" & vbCrLf) 1176TestComment(code, String.Empty)
CodeModel\CSharp\CodeNamespaceTests.vb (9)
24TestComment(code, String.Empty) 36TestComment(code, "Goo" & vbCrLf & "Bar" & vbCrLf) 48TestComment(code, "Bar" & vbCrLf) 60TestComment(code, "Bar" & vbCrLf) 74TestComment(code, "Bar" & vbCrLf) 89TestComment(code, "Hello" & vbCrLf & "World!" & vbCrLf) 105TestComment(code, "Hello" & vbCrLf & vbCrLf & "World!" & vbCrLf) 121TestComment(code, "This" & vbCrLf & "is" & vbCrLf & "a" & vbCrLf & "multi-line" & vbCrLf & "comment!" & vbCrLf) 133TestComment(code, String.Empty)
CodeModel\VisualBasic\CodeClassTests.vb (5)
243TestComment(code, result) 259TestComment(code, result) 275TestComment(code, result) 292TestComment(code, result) 307TestComment(code, result)
CodeModel\VisualBasic\CodeNamespaceTests.vb (5)
424TestComment(code, result) 440TestComment(code, result) 456TestComment(code, result) 473TestComment(code, result) 488TestComment(code, result)
CodeModel\VisualBasic\CodeVariableTests.vb (1)
385TestComment(code, result)