[
summary] [
package list] [
test cases]
Tests | Errors | Failures | Success rate | Time(s) |
19 | 1 | 10 | 42,11% | 45,30 |
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.dexterim.msn.test
| 16 | 0 | 8 | 50,00% | 43,87 |
net.sf.dexterim.oscar.test
| 3 | 1 | 2 | 0,00% | 1,43 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time |
|
TestConnect
| 5 | 0 | 2 | 60,00% | 0,801 |
|
TestHoldConnection
| 1 | 0 | 1 | 0,00% | 20,779 |
|
TestMessageExchange
| 1 | 0 | 0 | 100,00% | 0,070 |
|
TestMessageReceive
| 1 | 0 | 1 | 0,00% | 20,840 |
|
TestMessageSend
| 1 | 0 | 1 | 0,00% | 0,060 |
|
TestSuiteIM
| 6 | 0 | 2 | 66,67% | 0,731 |
|
TestSyncContacts
| 1 | 0 | 1 | 0,00% | 0,590 |
[
summary] [
package list] [
test cases]
| testConnectDisconnect | 0,48 |
N/A |
| testConnectedAs | 0,24 |
N/A |
| testUnconnectedDisconnect | 0,00 |
| testRegisterProtocol | 0,00 |
| testUnregisterProtocol | 0,00 |
| testHoldConnection | 20,72 |
N/A |
| testHello | 0,00 |
| testReceiveMessage | 20,75 |
N/A |
| warning | 0,03 |
No tests found in net.sf.dexterim.msn.test.TestMessageSend
|
| testConnectDisconnect | 0,45 |
N/A |
| testConnectedAs | 0,24 |
N/A |
| testUnconnectedDisconnect | 0,00 |
| testRegisterProtocol | 0,00 |
| testUnregisterProtocol | 0,02 |
| testHello | 0,00 |
| testSync | 0,54 |
N/A |
| testConnectDisconnect | 0,80 |
N/A |
| testConnectedAccount | 0,39 |
N/A |
| testSendMessage | 0,06 |
Can't find resource for bundle java.util.PropertyResourceBundle, key account1
|
|
testConnectDisconnect
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.msn.test.TestConnect.testConnectDisconnect(TestConnect.java:57)
|
|
testConnectedAs
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.msn.test.TestConnect.testConnectedAs(TestConnect.java:78)
|
|
testHoldConnection
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.msn.test.TestHoldConnection.testHoldConnection(TestHoldConnection.java:73)
|
|
testReceiveMessage
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.msn.test.TestMessageReceive.testReceiveMessage(TestMessageReceive.java:89)
|
|
warning
|
No tests found in net.sf.dexterim.msn.test.TestMessageSend
|
junit.framework.AssertionFailedError: No tests found in net.sf.dexterim.msn.test.TestMessageSend
|
|
testConnectDisconnect
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.msn.test.TestConnect.testConnectDisconnect(TestConnect.java:57)
|
|
testConnectedAs
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.msn.test.TestConnect.testConnectedAs(TestConnect.java:78)
|
|
testSync
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.msn.test.TestSyncContacts.testSync(TestSyncContacts.java:53)
|
|
testConnectDisconnect
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.oscar.test.TestICQConnect.testConnectDisconnect(TestICQConnect.java:30)
|
|
testConnectedAccount
|
N/A |
junit.framework.AssertionFailedError at net.sf.dexterim.oscar.test.TestICQConnect.testConnectedAccount(TestICQConnect.java:50)
|
|
testSendMessage
|
Can't find resource for bundle java.util.PropertyResourceBundle, key account1
|
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key account1 at java.util.ResourceBundle.getObject(ResourceBundle.java:314) at java.util.ResourceBundle.getString(ResourceBundle.java:274) at net.sf.dexterim.oscar.test.TestSendMessage.setUp(TestSendMessage.java:77)
|