org.jivesoftware.smack.util
Class PacketParserUtilsTest

java.lang.Object
  extended by org.jivesoftware.smack.util.PacketParserUtilsTest

public class PacketParserUtilsTest
extends java.lang.Object


Constructor Summary
PacketParserUtilsTest()
           
 
Method Summary
 void invalidMessageBodyContainingTagTest()
           
 void invalidXMLInMessageBody()
           
 void multipleMessageBodiesParsingTest()
           
 void multipleMessageBodiesTest()
           
 void multipleMessageSubjectsTest()
           
 void singleMessageBodyTest()
           
 void singleMessageSubjectTest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketParserUtilsTest

public PacketParserUtilsTest()
Method Detail

singleMessageBodyTest

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

singleMessageSubjectTest

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

multipleMessageBodiesTest

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

multipleMessageSubjectsTest

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

invalidMessageBodyContainingTagTest

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

invalidXMLInMessageBody

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

multipleMessageBodiesParsingTest

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