报告不包含任何断言的测试方法。 此类方法可能表示测试用例不完整或薄弱。

示例:


  public class ExtensiveTest {

    @Test
    public void testAlive() {
      System.out.println("nothing");
    }
  }

配置检查: