BUG分析

  1. BUG-NO test found matching

1. BUG-NO test found matching

1. BUG-NO test found matching

产生原因:NO test found matching

@Test

public void testSayHello() {}

1.测试方法权限 必须为public

2.返回值类型必为void

3.必须无参数

4.@Test导包问题

相关文章: