Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 21 | 0 | 0 | 0 | 100% | 1.162 |
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.myfaces.commons.test | 4 | 0 | 0 | 0 | 100% | 0.458 |
| org.apache.myfaces.commons.validator | 17 | 0 | 0 | 0 | 100% | 0.704 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.apache.myfaces.commons.test
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CommonsValidatorTagLibTestCase | 3 | 0 | 0 | 0 | 100% | 0.166 | |
| CommonsValidatorClassElementTestCase | 1 | 0 | 0 | 0 | 100% | 0.292 |
org.apache.myfaces.commons.validator
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| EmailValidatorTestCase | 3 | 0 | 0 | 0 | 100% | 0.021 | |
| UrlValidatorTestCase | 3 | 0 | 0 | 0 | 100% | 0.019 | |
| ISBNValidatorTestCase | 3 | 0 | 0 | 0 | 100% | 0.011 | |
| RegExprValidatorTestCase | 3 | 0 | 0 | 0 | 100% | 0.037 | |
| DateRestrictionValidatorTestCase | 5 | 0 | 0 | 0 | 100% | 0.616 |
Test Cases
[Summary] [Package List] [Test Cases]
DateRestrictionValidatorTestCase
| testNullContext | 0.463 | |
| testGoodDateRestriction | 0.001 | |
| testBadDayOfWeekRestriction | 0.03 | |
| testBadMonthRestriction | 0.009 | |
| testBadDayRestriction | 0.005 |
CommonsValidatorTagLibTestCase
| testUniqueTagTestCase | 0.073 | |
| testUniqueTagAttributes | 0.015 | |
| testSetters | 0.075 |