assertXXX()
fail()
示例:
assertTrue(checkValid());
在应用快速修复后:
assertTrue(checkValid(), "|");
消息参数根据所使用的断言框架添加到现有参数前面或后面。