[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
28 | 1 | 1 | 92.86% | 4.54 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
net.sf.orcus.sms.aspsms | 4 | 0 | 0 | 100.00% | 0.49 |
net.sf.orcus.sms | 2 | 0 | 0 | 100.00% | 0.33 |
net.sf.orcus.sms.ubssms | 11 | 1 | 1 | 81.82% | 1.88 |
net.sf.orcus.sms.ubssms.param | 11 | 0 | 0 | 100.00% | 1.83 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | HttpClientFactoryTest | 1 | 0 | 0 | 100.00% | 0.581 |
![]() | UbsSmsServiceFactoryTest | 2 | 0 | 0 | 100.00% | 0.611 |
![]() | UbsSmsServiceTest | 8 | 1 | 1 | 75.00% | 0.691 |
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
![]() | GetMethodParameterAddStrategyTest | 3 | 0 | 0 | 100.00% | 0.500 |
![]() | NullParameterAddStrategyTest | 1 | 0 | 0 | 100.00% | 0.330 |
![]() | ParameterAddStrategyFactoryTest | 3 | 0 | 0 | 100.00% | 0.500 |
![]() | PostMethodParameterAddStrategyTest | 4 | 0 | 0 | 100.00% | 0.501 |
[ summary] [ package list] [ test cases]
![]() | testAddParameter | 0.16 |
![]() | testAddParameter_fail | 0.00 |
![]() | testAddParameter_fail_PostMethod | 0.00 |
![]() | testGetParameterAddStrategyHttpMethod | 0.14 |
![]() | testGetParameterAddStrategyGetMethod | 0.00 |
![]() | testGetParameterAddStrategyPostMethod | 0.01 |
![]() | testAddParameter | 0.15 |
![]() | testAddParameter_fail | 0.00 |
![]() | testAddParameter_fail_PostMethod | 0.00 |
![]() | testAddParameter_fail_DeleteMethod | 0.00 |
![]() | testGetFormUri_UriSpecified |
Check the form URI expected:<...test.org/form.do> but was:<...bw.smsgate.ubs.com/GmsgSend.pl>
| |
junit.framework.ComparisonFailure: Check the form URI expected:<...test.org/form.do> but was:<...bw.smsgate.ubs.com/GmsgSend.pl> at net.sf.orcus.sms.ubssms.UbsSmsServiceTest.testGetFormUri_UriSpecified(UbsSmsServiceTest.java:82)
|
![]() | testSend |
An error occured while sending the Sms
| |
net.sf.orcus.sms.SmsServiceException: An error occured while sending the Sms at net.sf.orcus.sms.ubssms.HttpFormService.send(HttpFormService.java:67) at net.sf.orcus.sms.ubssms.UbsSmsServiceTest.testSend(UbsSmsServiceTest.java:92)
|