Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
440295.45%43.13

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

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
org.astrogrid.applications.http 320293.75%37.64
org.astrogrid.applications.http.script 400100.00%2.53
org.astrogrid.applications.http.test 600100.00%1.47
org.astrogrid.applications.http.xslt 200100.00%1.49

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

org.astrogrid.applications.http

ClassTestsErrorsFailuresSuccess RateTime
Success HttpApplicationCEAServerTest 500100.00%4.202
Success HttpApplicationDescriptionLibraryTest 400100.00%2.280
Success HttpApplicationDescriptionTest 300100.00%2.180
Failure HttpApplicationProviderTest 130192.31%27.929
Failure HttpServiceClientTest 70185.71%1.045

org.astrogrid.applications.http.script

ClassTestsErrorsFailuresSuccess RateTime
Success IdentityPreprocessorTest 100100.00%1.951
Success XSLTPreprocessorTest 300100.00%0.580

org.astrogrid.applications.http.test

ClassTestsErrorsFailuresSuccess RateTime
Success TestWebServerTest 600100.00%1.468

org.astrogrid.applications.http.xslt

ClassTestsErrorsFailuresSuccess RateTime
Success XSLTTest 200100.00%1.494

Test Cases

[ summary] [ package list] [ test cases]

HttpApplicationCEAServerTest

Success testIsValid1.26
Success testVerifyRequiredComponents0.28
Success testGetController0.13
Success testGetMetaData0.18
Success testInformation1.88

HttpApplicationDescriptionLibraryTest

Success testHttpApplicationDescriptionLibrary1.15
Success testGetDescription0.22
Success testGetName0.22
Success testToString0.15

HttpApplicationDescriptionTest

Success testCreateMetadata0.84
Success testGetUrl0.24
Success testGetApplication0.48

HttpApplicationProviderTest

Success testLibrary1.57
Success testNoDescriptionFound1.61
Success testHelloWorld2.92
Success testHelloYou2.05
Success testEcho12.26
Success testEcho22.26
Success testAdd2.20
Success testAddIndirectParameter2.25
Failure testPost1.20
This test is not ready yet, since the in-process webserver doesn't seem very happy with post
Success test4042.60
Success testTimeOut2.24
Success testMalformedURL2.16
Success testPreProcess2.10

HttpServiceClientTest

Success testCall0.25
Failure testPostIsDuff0.01
This test is not ready yet, since the in-process webserver doesn't seem very happy with post
Success testCallWithXML0.01
Success testDuffURL10.27
Success testDuffURL20.00
Success testDuffURL30.00
Success testHTTPType0.00

IdentityPreprocessorTest

Success testProcess1.27

XSLTPreprocessorTest

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

TestWebServerTest

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

XSLTTest

Success testMarshall0.94
Success testTransform0.00

Failure details

Failure testPost
This test is not ready yet, since the in-process webserver doesn't seem very happy with post
junit.framework.AssertionFailedError: This test is not ready yet, since the in-process webserver doesn't seem very happy with post at org.astrogrid.applications.http.HttpApplicationProviderTest.testPost(HttpApplicationProviderTest.java:278)
Failure testPostIsDuff
This test is not ready yet, since the in-process webserver doesn't seem very happy with post
junit.framework.AssertionFailedError: This test is not ready yet, since the in-process webserver doesn't seem very happy with post at org.astrogrid.applications.http.HttpServiceClientTest.testPostIsDuff(HttpServiceClientTest.java:77)