public void TestFixtureSetUp() { // TestFixtureSetUp 意味着整个测试过程,本方法只执行一次. context = new MyRuleDataContext(ConnString); }