protected void tearDown() throws Exception {
   super.tearDown();
 }
 protected void setUp() throws Exception {
   super.setUp();
 }
 public void setUp() throws Exception {
   super.setUp();
   dao = (IrcsBroadcastCompareDAO) this.getContext().getBean("ircsBroadcastCompareJdbcDao");
 }
示例#4
0
 protected void setUp() throws Exception {
   super.setUp();
   service = (CmsMoniterService) this.getContext().getBean("cmsMoniterService");
 }
 protected void setUp() throws Exception {
   super.setUp();
   jdao = (IrcsMultiPictureDAO) this.getContext().getBean("ircsMultiPictureJdbcDAO");
 }