org.jivesoftware.smack
Class RosterOfflineTest

java.lang.Object
  extended by org.jivesoftware.smack.RosterOfflineTest

public class RosterOfflineTest
extends java.lang.Object

Tests the behavior of the roster if the connection is not authenticated yet.

Author:
Henning Staib

Constructor Summary
RosterOfflineTest()
           
 
Method Summary
 void setup()
           
 void shouldThrowExceptionOnCreateEntry()
           
 void shouldThrowExceptionOnCreateGroup()
           
 void shouldThrowExceptionOnReload()
           
 void shouldThrowExceptionRemoveEntry()
           
 void shouldThrowNoExceptionOnGetterMethods()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RosterOfflineTest

public RosterOfflineTest()
Method Detail

setup

public void setup()

shouldThrowNoExceptionOnGetterMethods

public void shouldThrowNoExceptionOnGetterMethods()

shouldThrowExceptionOnCreateEntry

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

shouldThrowExceptionOnCreateGroup

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

shouldThrowExceptionOnReload

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

shouldThrowExceptionRemoveEntry

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