Summary
[
summary] [
package list] [
test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
| 44 | 1 | 0 | 97.73% | 42.74 |
Note:
failuresare anticipated and checked for with assertions while
errorsare unanticipated.
Package List
[
summary] [
package list] [
test cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.astrogrid.applications.http.registry
| Class | Tests | Errors | Failures | Success Rate | Time |
|
RegistryQuerierImplTest
| 2 | 0 | 0 | 100.00% | 2.160 |
org.astrogrid.applications.http
org.astrogrid.applications.http.test
| Class | Tests | Errors | Failures | Success Rate | Time |
|
TestWebServerTest
| 6 | 0 | 0 | 100.00% | 1.490 |
org.astrogrid.applications.http.xslt
| Class | Tests | Errors | Failures | Success Rate | Time |
|
XSLTTest
| 2 | 1 | 0 | 50.00% | 0.802 |
Failure details
|
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)
|