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

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

public class DataTest
extends java.lang.Object

Test for the Data class.

Author:
Henning Staib

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

Constructor Detail

DataTest

public DataTest()
Method Detail

shouldNotInstantiateWithInvalidArgument

public void shouldNotInstantiateWithInvalidArgument()

shouldBeOfIQTypeSET

public void shouldBeOfIQTypeSET()

shouldReturnValidIQStanzaXML

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