芯が強い人になるESTJ-A

# springboot Test注解继承!!!

IT開発 Tags: 无标签 阅读: 206

主测试类,修改,头上加注解+修改成public

其他子测试类继承父类

@SpringBootTest
@RunWith(SpringRunner.class)
public class PayApplicationTests {

    @Test
   public void contextLoads() {
    }

}