[ summary] [ package list] [ test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
|---|---|---|---|---|
| 44 | 0 | 2 | 95.45% | 43.13 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
| Package | Tests | Errors | Failures | Success Rate | Time |
|---|---|---|---|---|---|
| org.astrogrid.applications.http | 32 | 0 | 2 | 93.75% | 37.64 |
| org.astrogrid.applications.http.script | 4 | 0 | 0 | 100.00% | 2.53 |
| org.astrogrid.applications.http.test | 6 | 0 | 0 | 100.00% | 1.47 |
| org.astrogrid.applications.http.xslt | 2 | 0 | 0 | 100.00% | 1.49 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| HttpApplicationCEAServerTest | 5 | 0 | 0 | 100.00% | 4.202 |
|
| HttpApplicationDescriptionLibraryTest | 4 | 0 | 0 | 100.00% | 2.280 |
|
| HttpApplicationDescriptionTest | 3 | 0 | 0 | 100.00% | 2.180 |
|
| HttpApplicationProviderTest | 13 | 0 | 1 | 92.31% | 27.929 |
|
| HttpServiceClientTest | 7 | 0 | 1 | 85.71% | 1.045 |
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| IdentityPreprocessorTest | 1 | 0 | 0 | 100.00% | 1.951 |
|
| XSLTPreprocessorTest | 3 | 0 | 0 | 100.00% | 0.580 |
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| TestWebServerTest | 6 | 0 | 0 | 100.00% | 1.468 |
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| XSLTTest | 2 | 0 | 0 | 100.00% | 1.494 |
[ summary] [ package list] [ test cases]
|
| testIsValid | 1.26 |
|
| testVerifyRequiredComponents | 0.28 |
|
| testGetController | 0.13 |
|
| testGetMetaData | 0.18 |
|
| testInformation | 1.88 |
|
| testHttpApplicationDescriptionLibrary | 1.15 |
|
| testGetDescription | 0.22 |
|
| testGetName | 0.22 |
|
| testToString | 0.15 |
|
| testEchoGet | 0.18 |
|
| testHelloYou | 0.01 |
|
| testAdderGet | 0.14 |
|
| testAdderXmlGet | 0.32 |
|
| testHelloWorldGet | 0.32 |
|
| testWrong | 0.01 |
|
| 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)
| |
|
| 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)
| |