Junit测试

public class Simple {

@Test
public void test1(){
System.out.println("111");
}

@Test
public void test2(){
System.out.println("222");
}

@Test
public void test3(){
System.out.println("333");
}
}

posted @ 2016-06-12 11:38  N神3  阅读(112)  评论(0编辑  收藏  举报