9 references to VerifyBreakIntoWordParts
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (9)
Utilities\PatternMatcherTests.cs (9)
83=> VerifyBreakIntoWordParts("@int:", "int"); 87=> VerifyBreakIntoWordParts("C_STYLE_CONSTANT", "C", "_", "STYLE", "_", "CONSTANT"); 91=> VerifyBreakIntoWordParts("UInteger", "U", "Integer"); 95=> VerifyBreakIntoWordParts("IDisposable", "I", "Disposable"); 99=> VerifyBreakIntoWordParts("UIElement", "UI", "Element"); 103=> VerifyBreakIntoWordParts("XDocument", "X", "Document"); 107=> VerifyBreakIntoWordParts("XMLDocument", "XML", "Document"); 111=> VerifyBreakIntoWordParts("XmlDocument", "Xml", "Document"); 115=> VerifyBreakIntoWordParts("SimpleUIElement", "Simple", "UI", "Element");