Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
22 | 0 | 0 | 0 | 100% | 0.106 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
org.apache.maven.surefire.group.match | 11 | 0 | 0 | 0 | 100% | 0.05 |
org.apache.maven.surefire.group.parse | 11 | 0 | 0 | 0 | 100% | 0.056 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.apache.maven.surefire.group.match
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
OrGroupMatcherTest | 3 | 0 | 0 | 0 | 100% | 0.04 | |
SingleGroupMatcherTest | 4 | 0 | 0 | 0 | 100% | 0.004 | |
AndGroupMatcherTest | 3 | 0 | 0 | 0 | 100% | 0.003 | |
InverseGroupMatcherTest | 1 | 0 | 0 | 0 | 100% | 0.003 |
org.apache.maven.surefire.group.parse
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
GroupMatcherParserTest | 11 | 0 | 0 | 0 | 100% | 0.056 |
Test Cases
[Summary] [Package List] [Test Cases]
OrGroupMatcherTest
testMatchNoneInOredGroup | 0.019 | |
testMatchOneInOredGroup | 0 | |
testMatchBothInOredGroup | 0 |
SingleGroupMatcherTest
testMatchUnknownClass | 0.001 | |
testMatchLoadedClass | 0 | |
testMatchExactClassName | 0 | |
testMatchClassNameWithoutPackage | 0.001 |
AndGroupMatcherTest
testDontMatchAnyInGroup | 0 | |
testMatchBothInGroup | 0 | |
testDontMatchOneInGroup | 0.001 |
GroupMatcherParserTest
InverseGroupMatcherTest
testInvertSingleMatcher | 0 |