org.jivesoftware.smackx.bytestreams.ibb
Class CloseListenerTest

java.lang.Object
  extended by org.jivesoftware.smackx.bytestreams.ibb.CloseListenerTest

public class CloseListenerTest
extends java.lang.Object

Test for the CloseListener class.

Author:
Henning Staib

Constructor Summary
CloseListenerTest()
           
 
Method Summary
 void shouldReplyErrorIfSessionIsUnknown()
          If a close request to an unknown session is received it should be replied with an <item-not-found/> error.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseListenerTest

public CloseListenerTest()
Method Detail

shouldReplyErrorIfSessionIsUnknown

public void shouldReplyErrorIfSessionIsUnknown()
                                        throws java.lang.Exception
If a close request to an unknown session is received it should be replied with an <item-not-found/> error.

Throws:
java.lang.Exception - should not happen