コード例 #1
0
 public void TestMethod4()
 {
     Assert.AreEqual("building PROPERTY", CamelCaseConverter.ToCamelCaseRight("BUILDING PROPERTY"));
 }
コード例 #2
0
 public void TestMethod1()
 {
     Assert.AreEqual("building", CamelCaseConverter.ToCamelCaseRight("BUILDING"));
 }
コード例 #3
0
 public void TestMethod3()
 {
     Assert.AreEqual("building Property", CamelCaseConverter.ToCamelCaseRight("Building Property"));
 }