1.在工程下右键build path =》add libraris=>Junit4
2.@test 下面写方法 pubilc void test(){ System.out.println("hello world!");}
3.导入org.Junit.Test