1、如果@Test注解的方法是静态的会报这样的错误:
Method 'initializationError' not found,opening the test class
2、使用注解@Test的时候,测试类不要命名为Test,否则会出现错误。