`

测试驱动开发实战之各个击破

    博客分类:
  • Java
阅读更多

项目测试:

import org.junit.Before;
import org.junit.Test;

 

public class TestWebUserRegisterBiz {

 @Before
 public void setUp() throws Exception {
 }
 
 @Test
 public void test(){
  System.out.println("Test begin");
 }
 
}

 

问题1:junit测试的时候

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics