|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.resourcemanager.services.CategoryServiceTest
@ContextConfiguration(locations={"/spring-resource-manager-datasource.xml","/spring-resource-manager.xml"}) @Transactional @TransactionConfiguration(transactionManager="jpaTransactionManager") public class CategoryServiceTest
Constructor Summary | |
---|---|
CategoryServiceTest()
|
Method Summary | |
---|---|
void |
generalSetUp()
|
Connection |
getConnection()
|
static void |
prepareDataSet()
|
void |
testCreateCategory()
Test of createCategory method, of class ResourcesManagerDAO. |
void |
testDeleteCategory()
Test of deleteCategory method, of class ResourcesManagerDAO. |
void |
testGetCategories()
Test of getCategories method, of class ResourcesManagerDAO. |
void |
testGetCategory()
Test of getCategory method, of class ResourcesManagerDAO. |
void |
testSimpleConversion()
|
void |
testUpdateCategory()
Test of updateCategory method, of class ResourcesManagerDAO. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CategoryServiceTest()
Method Detail |
---|
public static void prepareDataSet() throws Exception
Exception
public Connection getConnection() throws SQLException
SQLException
public void generalSetUp() throws Exception
Exception
public void testSimpleConversion()
public void testCreateCategory() throws Exception
Exception
public void testUpdateCategory() throws Exception
Exception
public void testGetCategories() throws Exception
Exception
public void testGetCategory() throws Exception
Exception
public void testDeleteCategory() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |