鲨鱼

TestCase 实现原理

package test;
import junit.framework.TestCase;

public class BeanTest extends TestCase{
 
 protected void setUp() {
  /*Object obj = SpringContext.getBean("ceblogAlbumService");*/
    }
 public void testInsert()throws Exception{
     System.out.println("hello world 2");
 }
 
 public void testAbc()throws Exception{
     System.out.println("testsfsf 3");
 }
}

posted on 2006-08-29 12:51 无重 阅读(158) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: