com.stratelia.webactiv.organization
Class GroupTableTest

java.lang.Object
  extended by com.stratelia.webactiv.organization.GroupTableTest

public class GroupTableTest
extends Object

Author:
ehugonnet

Constructor Summary
GroupTableTest()
           
 
Method Summary
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 void testGetAllGroups()
          Test of getAllGroups method, of class GroupTable.
 void testGetGroupById()
          Test of getGroup method, of class GroupTable.
 void testGetGroupByNameAndParentId()
          Test of getGroup method, of class GroupTable.
 void testGetGroupBySpecificId()
          Test of getGroupBySpecificId method, of class GroupTable.
 void testGetRootGroup()
          Test of getRootGroup method, of class GroupTable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupTableTest

public GroupTableTest()
Method Detail

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Exception
Throws:
Exception

setUp

public void setUp()

tearDown

public void tearDown()

testGetGroupById

public void testGetGroupById()
                      throws Exception
Test of getGroup method, of class GroupTable.

Throws:
Exception

testGetGroupBySpecificId

public void testGetGroupBySpecificId()
                              throws Exception
Test of getGroupBySpecificId method, of class GroupTable.

Throws:
Exception

testGetRootGroup

public void testGetRootGroup()
                      throws Exception
Test of getRootGroup method, of class GroupTable.

Throws:
Exception

testGetGroupByNameAndParentId

public void testGetGroupByNameAndParentId()
                                   throws Exception
Test of getGroup method, of class GroupTable.

Throws:
Exception

testGetAllGroups

public void testGetAllGroups()
                      throws Exception
Test of getAllGroups method, of class GroupTable.

Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.