万无一失的报告
概括
| 测试 | 错误 | 失败 | 跳过 | 成功率 | 时间 |
|---|---|---|---|---|---|
| 22 | 0 | 0 | 0 | 100% | 0.143 |
注意:在未预料到的错误时,可以预见并使用断言检查失败。
包装清单
| 包裹 | 测试 | 错误 | 失败 | 跳过 | 成功率 | 时间 |
|---|---|---|---|---|---|---|
| org.apache.maven.surefire.group.match | 11 | 0 | 0 | 0 | 100% | 0.076 |
| org.apache.maven.surefire.group.parse | 11 | 0 | 0 | 0 | 100% | 0.067 |
注意:包统计信息不是递归计算的,它们只是总结了它所有的测试套件数量。
org.apache.maven.surefire.group.match
| 班级 | 测试 | 错误 | 失败 | 跳过 | 成功率 | 时间 | |
|---|---|---|---|---|---|---|---|
| 和GroupMatcherTest | 3 | 0 | 0 | 0 | 100% | 0.065 | |
| 逆组匹配器测试 | 1 | 0 | 0 | 0 | 100% | 0.002 | |
| 或GroupMatcherTest | 3 | 0 | 0 | 0 | 100% | 0.002 | |
| SingleGroupMatcherTest | 4 | 0 | 0 | 0 | 100% | 0.007 |
org.apache.maven.surefire.group.parse
| 班级 | 测试 | 错误 | 失败 | 跳过 | 成功率 | 时间 | |
|---|---|---|---|---|---|---|---|
| GroupMatcherParserTest | 11 | 0 | 0 | 0 | 100% | 0.067 |
测试用例
和GroupMatcherTest
| testDontMatchAnyInGroup | 0.032 | |
| testMatchBothInGroup | 0 | |
| testDontMatchOneInGroup | 0.001 |
逆组匹配器测试
| testInvertSingleMatcher | 0 |
或GroupMatcherTest
| testMatchNoneInOredGroup | 0.001 | |
| testMatchOneInOredGroup | 0 | |
| testMatchBothInOredGroup | 0 |
SingleGroupMatcherTest
| testMatchUnknownClass | 0.001 | |
| testMatchLoadedClass | 0 | |
| testMatchExactClassName | 0 | |
| testMatchClassNameWithoutPackage | 0 |



