org.jivesoftware.smackx
Class SharedGroupsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jivesoftware.smack.test.SmackTestCase
              extended by org.jivesoftware.smackx.SharedGroupsTest
All Implemented Interfaces:
junit.framework.Test

public class SharedGroupsTest
extends SmackTestCase

Test cases for getting the shared groups of a user.

Important note: This functionality is not part of the XMPP spec and it will only work with Wildfire.

Author:
Gaston Dombiak

Constructor Summary
SharedGroupsTest(java.lang.String arg0)
           
 
Method Summary
 void testGetUserSharedGroups()
           
 
Methods inherited from class org.jivesoftware.smack.test.SmackTestCase
assertEquals
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SharedGroupsTest

public SharedGroupsTest(java.lang.String arg0)
Method Detail

testGetUserSharedGroups

public void testGetUserSharedGroups()
                             throws XMPPException
Throws:
XMPPException