[ summary] [ package list] [ test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
|---|---|---|---|---|
| 17 | 0 | 2 | 88.24% | 8.38 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
| Package | Tests | Errors | Failures | Success Rate | Time |
|---|---|---|---|---|---|
| org.astrogrid.registry.webapp.junit | 17 | 0 | 2 | 88.24% | 8.38 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| RegistryAdminTest | 7 | 0 | 2 | 71.43% | 3.708 |
|
| RegistryQueryTest | 7 | 0 | 0 | 100.00% | 3.354 |
|
| XSLHelperTest | 3 | 0 | 0 | 100.00% | 1.323 |
[ summary] [ package list] [ test cases]
|
| testSearchByIdent | 2.40 |
|
| testKeywordQueryService | 0.17 |
|
| testXQuerySearch | 0.12 |
|
| testGetResourceByIdentifier | 0.18 |
|
| testGetResourceByIdentifierNotFound | 0.05 |
|
| testGetResourcesByIdentifier | 0.08 |
|
| testGetResourcesByIdentifierNotFound | 0.04 |
|
| testUpdateARegv10 |
expected:<1> but was:<2>
| |
junit.framework.AssertionFailedError: expected:<1> but was:<2> at org.astrogrid.registry.webapp.junit.RegistryAdminTest.testUpdateARegv10(RegistryAdminTest.java:67)
| |
|
| testUpdateAuthorityv10 |
expected:<2> but was:<3>
| |
junit.framework.AssertionFailedError: expected:<2> but was:<3> at org.astrogrid.registry.webapp.junit.RegistryAdminTest.testUpdateAuthorityv10(RegistryAdminTest.java:76)
| |