public void Test_GetChineseText(string pinyin, string hanzi) { string converted = Pinyin.GetChineseText(pinyin); Assert.IsTrue(converted == hanzi); }