public void TestMethod1() { Smart smart = new Smart(); var result = smart.Process("成都天气怎么样?"); Assert.IsTrue(result.Contains("天气")); }