Junit 依赖于 hamcrest jar包,所以在用@Test注解的时候
junit-xxx.jar hamcrest-core-xx.jar hamcrest-library-xx.jar 这几个jar包一个都不能少
而且使用@Test注解的类必须有一个公用的构造器,默认的就是公用的