Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
170288.24%8.38

Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
org.astrogrid.registry.webapp.junit 170288.24%8.38

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.astrogrid.registry.webapp.junit

ClassTestsErrorsFailuresSuccess RateTime
Failure RegistryAdminTest 70271.43%3.708
Success RegistryQueryTest 700100.00%3.354
Success XSLHelperTest 300100.00%1.323

Test Cases

[ summary] [ package list] [ test cases]

RegistryAdminTest

Failure testUpdateARegv102.70
expected:<1> but was:<2>
Failure testUpdateAuthorityv100.27
expected:<2> but was:<3>
Success testUpdateInvalidv0_10NotManaged0.05
Success testUpdateOtherRegv100.23
Success testUpdateAuthorityInvalidv0_10NotManaged0.04
Success testUpdateRegistryInvalidv0_10MisMatch0.04
Success testUpdateRegistryInvalidv0_10MissingAuth0.03

RegistryQueryTest

Success testSearchByIdent2.40
Success testKeywordQueryService0.17
Success testXQuerySearch0.12
Success testGetResourceByIdentifier0.18
Success testGetResourceByIdentifierNotFound0.05
Success testGetResourcesByIdentifier0.08
Success testGetResourcesByIdentifierNotFound0.04

XSLHelperTest

Success testXSLADQLToXQLTest0.64
Success testXSLResourceToOAITest0.27
Success testXSLUpdateResource0.08

Failure details

Failure 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)
Failure 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)