@RunWith(BlockJUnit4ClassRunner.class)有什么用,没有他好像也没有什么错误啊,我试过
它是可以省略了main方法调用你想要运行的方法,直接通过@Test去运行你想要运行的方法