Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
441097.73%42.74

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

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
org.astrogrid.applications.http.registry 200100.00%2.16
org.astrogrid.applications.http 3000100.00%36.55
org.astrogrid.applications.http.script 400100.00%1.74
org.astrogrid.applications.http.test 600100.00%1.49
org.astrogrid.applications.http.xslt 21050.00%0.80

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

org.astrogrid.applications.http.registry

ClassTestsErrorsFailuresSuccess RateTime
Success RegistryQuerierImplTest 200100.00%2.160

org.astrogrid.applications.http

ClassTestsErrorsFailuresSuccess RateTime
Success HttpApplicationCEAServerTest 400100.00%3.573
Success HttpApplicationDescriptionLibraryTest 400100.00%1.756
Success HttpApplicationDescriptionTest 300100.00%2.159
Success HttpApplicationProviderTest 1200100.00%26.116
Success HttpMetadataServiceTest 100100.00%1.953
Success HttpServiceClientTest 600100.00%0.990

org.astrogrid.applications.http.script

ClassTestsErrorsFailuresSuccess RateTime
Success IdentityPreprocessorTest 100100.00%1.281
Success XSLTPreprocessorTest 300100.00%0.463

org.astrogrid.applications.http.test

ClassTestsErrorsFailuresSuccess RateTime
Success TestWebServerTest 600100.00%1.490

org.astrogrid.applications.http.xslt

ClassTestsErrorsFailuresSuccess RateTime
Error XSLTTest 21050.00%0.802

Test Cases

[ summary] [ package list] [ test cases]

RegistryQuerierImplTest

Success testListApplications1.15
Success testGetApplications0.55

HttpApplicationCEAServerTest

Success testIsValid0.99
Success testGetController0.22
Success testGetMetaData0.19
Success testInformation1.73

HttpApplicationDescriptionLibraryTest

Success testHttpApplicationDescriptionLibrary0.82
Success testGetDescription0.18
Success testGetName0.19
Success testToString0.11

HttpApplicationDescriptionTest

Success testCreateMetadata0.69
Success testGetUrl0.37
Success testGetApplication0.66

HttpApplicationProviderTest

Success testLibrary1.40
Success testNoDescriptionFound1.60
Success testHelloWorld2.90
Success testHelloYou2.04
Success testEcho12.23
Success testEcho22.24
Success testAdd2.24
Success testAddIndirectParameter2.27
Success test4042.21
Success testTimeOut2.24
Success testMalformedURL2.18
Success testPreProcess2.12

HttpMetadataServiceTest

Success testGetMetadata1.50

HttpServiceClientTest

Success testCall0.21
Success testCallWithXML0.01
Success testDuffURL10.32
Success testDuffURL20.00
Success testDuffURL30.00
Success testHTTPType0.00

IdentityPreprocessorTest

Success testProcess0.83

XSLTPreprocessorTest

Success testXSLTPreprocessorString0.00
Success testXSLTPreprocessor0.00
Success testProcess0.00

TestWebServerTest

Success testEchoGet0.18
Success testHelloYou0.01
Success testAdderGet0.01
Success testAdderXmlGet0.21
Success testHelloWorldGet0.32
Success testWrong0.32

XSLTTest

Error testMarshall0.35
unable to find FieldDescriptor for 'Identifier' in ClassDescriptor of CeaHttpApplicationType
Success testTransform0.00

Failure details

Error testMarshall
unable to find FieldDescriptor for 'Identifier' in ClassDescriptor of CeaHttpApplicationType
org.xml.sax.SAXException: unable to find FieldDescriptor for 'Identifier' in ClassDescriptor of CeaHttpApplicationType at org.exolab.castor.xml.UnmarshalHandler.startElement(UnmarshalHandler.java:1224) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:555) at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:487) at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:627) at org.astrogrid.registry.beans.v10.cea.CeaHttpApplicationType.unmarshalCeaHttpApplicationType(CeaHttpApplicationType.java:153) at org.astrogrid.applications.http.xslt.XSLTTest.testMarshall(XSLTTest.java:59)