public void UT_PriceList_CheclAll() { Boot boot = new Boot(); boot.Init(); var p = new PriceList(); p.CheckAll(); Assert.IsTrue(2 * 2 == 4); FileOp.AppQuit(); }