org.jivesoftware.smackx.bytestreams.ibb.packet
Class CloseTest

java.lang.Object
  extended by org.jivesoftware.smackx.bytestreams.ibb.packet.CloseTest

public class CloseTest
extends java.lang.Object

Test for the Close class.

Author:
Henning Staib

Constructor Summary
CloseTest()
           
 
Method Summary
 void shouldBeOfIQTypeSET()
           
 void shouldNotInstantiateWithInvalidArguments1()
           
 void shouldNotInstantiateWithInvalidArguments2()
           
 void shouldReturnValidIQStanzaXML()
           
 void shouldSetAllFieldsCorrectly()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseTest

public CloseTest()
Method Detail

shouldNotInstantiateWithInvalidArguments1

public void shouldNotInstantiateWithInvalidArguments1()

shouldNotInstantiateWithInvalidArguments2

public void shouldNotInstantiateWithInvalidArguments2()

shouldBeOfIQTypeSET

public void shouldBeOfIQTypeSET()

shouldSetAllFieldsCorrectly

public void shouldSetAllFieldsCorrectly()

shouldReturnValidIQStanzaXML

public void shouldReturnValidIQStanzaXML()
                                  throws java.lang.Exception
Throws:
java.lang.Exception