Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
22 | 0 | 0 | 0 | 100% | 0.074 s |
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.048 s |
org.apache.maven.surefire.group.parse | 11 | 0 | 0 | 0 | 100% | 0.026 s |
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 |
---|---|---|---|---|---|---|---|
AndGroupMatcherTest | 3 | 0 | 0 | 0 | 100% | 0.035 s | |
InverseGroupMatcherTest | 1 | 0 | 0 | 0 | 100% | 0 s | |
OrGroupMatcherTest | 3 | 0 | 0 | 0 | 100% | 0 s | |
SingleGroupMatcherTest | 4 | 0 | 0 | 0 | 100% | 0.013 s |
org.apache.maven.surefire.group.parse
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
GroupMatcherParserTest | 11 | 0 | 0 | 0 | 100% | 0.026 s |
Test Cases
[Summary] [Package List] [Test Cases]
AndGroupMatcherTest
testDontMatchAnyInGroup | 0.022 s | |
testMatchBothInGroup | 0 s | |
testDontMatchOneInGroup | 0 s |
InverseGroupMatcherTest
testInvertSingleMatcher | 0 s |
OrGroupMatcherTest
testMatchNoneInOredGroup | 0 s | |
testMatchOneInOredGroup | 0 s | |
testMatchBothInOredGroup | 0 s |
SingleGroupMatcherTest
testMatchUnknownClass | 0 s | |
testMatchLoadedClass | 0 s | |
testMatchExactClassName | 0 s | |
testMatchClassNameWithoutPackage | 0.013 s |