Example #1
0
        public void ToBooleanTest()
        {
            string strValue = string.Empty; // TODO: 初始化为适当的值
            bool   expected = false;        // TODO: 初始化为适当的值
            bool   actual;

            actual = ConvertString.ToBoolean(strValue);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("验证此测试方法的正确性。");
        }