单元测试:
@BeforeClass 在静态的方法里面
@Before 在非静态的方法里面
在test之前运行
@Test 在非静态的方法里面
打包出来一行运行
cmd: java -jar Myjava.jar