重构—利用反射合并函数
重构—利用反射合并函数2011-11-09 blogjava limq先看下重构前的测试用例:public class TestLogin extends TestCase{ private ButtonManagerIbatis buttonManagerIbatis; protected void setUp() throws Exception { context = getContext(); buttonManage...