JUnit手记

BeforeClass全局只执行一次初始化;
Before,每个用例(测试方法)都会走一次;
After/AfterClass以此类推

posted on 2017-06-11 14:03  张叫兽的技术研究院  阅读(115)  评论(0)    收藏  举报

导航