Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
91088.89%12.34

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

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
org.astrogrid.security 91088.89%12.34

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

org.astrogrid.security

ClassTestsErrorsFailuresSuccess RateTime
Success AccountNameTest 200100.00%0.729
Success AxisClientSecurityGuardTest 100100.00%0.509
Success AxisServiceSecurityGuardTest 200100.00%1.194
Error EndToEndTest 21050.00%5.086
Success SecurityGuardTest 200100.00%4.823

Test Cases

[ summary] [ package list] [ test cases]

AccountNameTest

Success testEquality0.04
Success testToString0.00

AxisClientSecurityGuardTest

Success testConstructor0.05

AxisServiceSecurityGuardTest

Success testConstruction0.26
Success testFactory0.20

EndToEndTest

Error testGoodCredentials4.40
The digital-signature-checking handler failed; nested exception is: org.globus.gsi.proxy.ProxyPathValidatorException: No trusted certificate with subject CN=Globus Simple CA,OU=simpleCA-ag01.ast.cam.ac.uk,OU=GlobusTest,O=Grid is available.
Success testMissingCredentials0.06

SecurityGuardTest

Success testSsoUsername0.17
Success testSsoPassword0.00

Failure details

Error testGoodCredentials
The digital-signature-checking handler failed; nested exception is: org.globus.gsi.proxy.ProxyPathValidatorException: No trusted certificate with subject CN=Globus Simple CA,OU=simpleCA-ag01.ast.cam.ac.uk,OU=GlobusTest,O=Grid is available.
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: The digital-signature-checking handler failed; nested exception is: org.globus.gsi.proxy.ProxyPathValidatorException: No trusted certificate with subject CN=Globus Simple CA,OU=simpleCA-ag01.ast.cam.ac.uk,OU=GlobusTest,O=Grid is available. faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:twmbarlwm The digital-signature-checking handler failed; nested exception is: org.globus.gsi.proxy.ProxyPathValidatorException: No trusted certificate with subject CN=Globus Simple CA,OU=simpleCA-ag01.ast.cam.ac.uk,OU=GlobusTest,O=Grid is available. at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221) at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128) at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(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.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) at org.apache.axis.Message.getSOAPEnvelope(Message.java:424) at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) at org.apache.axis.client.Call.invokeEngine(Call.java:2765) at org.apache.axis.client.Call.invoke(Call.java:2748) at org.apache.axis.client.Call.invoke(Call.java:2424) at org.apache.axis.client.Call.invoke(Call.java:2347) at org.apache.axis.client.Call.invoke(Call.java:1804) at org.astrogrid.security.sample.SamplePortSoapBindingStub.whoAmI(SamplePortSoapBindingStub.java:107) at org.astrogrid.security.sample.SampleDelegate.whoAmI(SampleDelegate.java:41) at org.astrogrid.security.EndToEndTest.testGoodCredentials(EndToEndTest.java:54)