9 references to VerifyBreakIntoWordParts
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (9)
Utilities\PatternMatcherTests.cs (9)
84=> VerifyBreakIntoWordParts("@int:", "int"); 88=> VerifyBreakIntoWordParts("C_STYLE_CONSTANT", "C", "_", "STYLE", "_", "CONSTANT"); 92=> VerifyBreakIntoWordParts("UInteger", "U", "Integer"); 96=> VerifyBreakIntoWordParts("IDisposable", "I", "Disposable"); 100=> VerifyBreakIntoWordParts("UIElement", "UI", "Element"); 104=> VerifyBreakIntoWordParts("XDocument", "X", "Document"); 108=> VerifyBreakIntoWordParts("XMLDocument", "XML", "Document"); 112=> VerifyBreakIntoWordParts("XmlDocument", "Xml", "Document"); 116=> VerifyBreakIntoWordParts("SimpleUIElement", "Simple", "UI", "Element");