|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.smack.ChatConnectionTest
public class ChatConnectionTest
Tests that verifies the correct behavior of the Roster implementation.
Roster,
Roster Management| Constructor Summary | |
|---|---|
ChatConnectionTest()
|
|
| Method Summary | |
|---|---|
void |
chatCreatedWhenIncomingChatNoThreadFullJid()
Confirm that a new chat is created when a chat message is received but there is no thread id for a user with a full jid. |
void |
chatCreatedWithIncomingChatNoThreadBaseJid()
Confirm that a new chat is created when a chat message is received but there is no thread id for a user with only a base jid. |
void |
chatFoundWhenNoThreadBaseJid()
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has no thread id and the user is a base jid. |
void |
chatFoundWhenNoThreadFullJid()
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has no thread id and the user is a full jid. |
void |
chatFoundWithSameThreadBaseJid()
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has the same id and the user is a base jid. |
void |
chatFoundWithSameThreadFullJid()
Confirm that an existing chat created with a base jid is matched to an incoming chat message that has the same id and the user is a full jid. |
void |
chatNotFoundWithDiffThreadBaseJid()
Confirm that an existing chat created with a base jid is not matched to an incoming chat message that has a different id and the same user as a base jid. |
void |
chatNotFoundWithDiffThreadFullJid()
Confirm that an existing chat created with a base jid is not matched to an incoming chat message that has a different id and the same base jid. |
void |
setUp()
|
void |
tearDown()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatConnectionTest()
| Method Detail |
|---|
public void setUp()
throws java.lang.Exception
java.lang.Exception
public void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void chatCreatedWithIncomingChatNoThreadBaseJid()
public void chatCreatedWhenIncomingChatNoThreadFullJid()
public void chatFoundWhenNoThreadFullJid()
public void chatFoundWhenNoThreadBaseJid()
public void chatFoundWithSameThreadFullJid()
public void chatFoundWithSameThreadBaseJid()
public void chatNotFoundWithDiffThreadBaseJid()
public void chatNotFoundWithDiffThreadFullJid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||