com.web_visage.ichat
Class TestIChatUserInfo

java.lang.Object
  extended by com.web_visage.ichat.TestIChatUserInfo

public class TestIChatUserInfo
extends java.lang.Object

Test suite for the IChatUserInfo class.

Author:
K.Baturytski

Constructor Summary
TestIChatUserInfo()
           
 
Method Summary
 void equals()
           
 void hashcode()
           
 void setUp()
           
static junit.framework.Test suite()
          Creates the test suite for the class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIChatUserInfo

public TestIChatUserInfo()
Method Detail

setUp

public void setUp()
           throws MalformedSenderException
Throws:
MalformedSenderException

equals

public void equals()

hashcode

public void hashcode()

suite

public static junit.framework.Test suite()
Creates the test suite for the class.

Returns: