21 references to TestNameNoncomplianceAndFixedNames
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (21)
Diagnostics\NamingStyles\NamingStyleTests.IdentifierCreation.Compliance.vb (21)
38TestNameNoncomplianceAndFixedNames(namingStyle, "_____", "_") 44TestNameNoncomplianceAndFixedNames(namingStyle, "_", "p_s", "p___s") 50TestNameNoncomplianceAndFixedNames(namingStyle, "Test_m_BaseName", "Test_M_BaseName_z", "Test_BaseName_z") 56TestNameNoncomplianceAndFixedNames(namingStyle, "m_Test_BaseName", "Test_BaseName_z") 76TestNameNoncomplianceAndFixedNames(namingStyle, "pascal", "Pascal") 88TestNameNoncomplianceAndFixedNames(namingStyle, "pascalCase", "PascalCase") 94TestNameNoncomplianceAndFixedNames(namingStyle, "Pascal_case", "Pascal_Case") 118TestNameNoncomplianceAndFixedNames(namingStyle, "thisIsMyMethod", "This_Is_My_Method") 138TestNameNoncomplianceAndFixedNames(namingStyle, "Camel", "camel") 150TestNameNoncomplianceAndFixedNames(namingStyle, "CamelCase", "camelCase") 156TestNameNoncomplianceAndFixedNames(namingStyle, "camel_case", "camel_Case") 180TestNameNoncomplianceAndFixedNames(namingStyle, "ThisIsMyMethod", "this_Is_My_Method") 200TestNameNoncomplianceAndFixedNames(namingStyle, "first", "First") 212TestNameNoncomplianceAndFixedNames(namingStyle, "first_upper", "First_upper") 218TestNameNoncomplianceAndFixedNames(namingStyle, "First_Upper", "First_upper") 256TestNameNoncomplianceAndFixedNames(namingStyle, "all", "ALL") 268TestNameNoncomplianceAndFixedNames(namingStyle, "ALL_UppeR", "ALL_UPPER") 292TestNameNoncomplianceAndFixedNames(namingStyle, "ThisIsMyMethod", "THIS_IS_MY_METHOD") 313TestNameNoncomplianceAndFixedNames(namingStyle, "ALL", "all") 325TestNameNoncomplianceAndFixedNames(namingStyle, "aLL_Lower", "all_lower") 349TestNameNoncomplianceAndFixedNames(namingStyle, "ThisIsMyMethod", "this_is_my_method")