`
xucons
  • 浏览: 85064 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

试试怎么用

    博客分类:
  • Java
阅读更多

试试怎么插入代码

ClienTest.java

  1. public class ClientTest extends TestCase {   
  2.  private ApplicationContext applicationContext;   
  3.   
  4.  @Override  
  5.  protected void setUp() throws Exception {   
  6.   applicationContext = new ClassPathXmlApplicationContext(   
  7.     "applicationContext.xml"this.getClass());   
  8.  }   
  9.   
  10.  @Override  
  11.  protected void tearDown() throws Exception {   
  12.  }   
  13.   
  14. }  

不错嘛

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics