|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.DataSetTest
org.silverpeas.persistence.dao.DAOBasedTest
com.silverpeas.gallery.BaseGalleryTest
com.silverpeas.gallery.dao.OrderDAOTest
public class OrderDAOTest
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.silverpeas.persistence.dao.DAOBasedTest |
---|
org.silverpeas.persistence.dao.DAOBasedTest.DAOTest |
Nested classes/interfaces inherited from class org.silverpeas.DataSetTest |
---|
org.silverpeas.DataSetTest.TableRow |
Field Summary |
---|
Fields inherited from class com.silverpeas.gallery.BaseGalleryTest |
---|
adminAccessUser, CREATE_DATE, GALLERY0, GALLERY1, GALLERY2, INSTANCE_A, LAST_UPDATE_DATE, MEDIA_INTERNAL_ROW_COUNT, MEDIA_ORDER_DETAIL_ROW_COUNT, MEDIA_ORDER_ROW_COUNT, MEDIA_PATH_ROW_COUNT, MEDIA_PHOTO_ROW_COUNT, MEDIA_ROW_COUNT, MEDIA_SOUND_ROW_COUNT, MEDIA_STREAMING_ROW_COUNT, MEDIA_VIDEO_ROW_COUNT, publisherUser, TODAY, userUser, writerUser |
Constructor Summary | |
---|---|
OrderDAOTest()
|
Method Summary | |
---|---|
void |
testCreateOrder()
Test of createOrder method, of class OrderDAO. |
void |
testDeleteOrder()
Test of deleteOrder method, of class OrderDAO. |
void |
testGetAllOrderDetail()
Test of getAllPhotos method, of class OrderDAO. |
void |
testGetAllOrders()
Test of getAllOrders method, of class OrderDAO. |
void |
testGetAllOrdersToDelete()
Test of getAllOrdersToDelete method, of class OrderDAO. |
void |
testGetOrder()
Test of getOrder method, of class OrderDAO. |
void |
testUpdateOrder()
Test of updateOrder method, of class OrderDAO. |
void |
testUpdateOrderRow()
Test of updateOrderRow method, of class OrderDAO. |
Methods inherited from class com.silverpeas.gallery.BaseGalleryTest |
---|
getApplicationContextPath, getDataSetPath, getOrganisationControllerMock, setUp, tearDown, verifyDataBeforeTest |
Methods inherited from class org.silverpeas.persistence.dao.DAOBasedTest |
---|
getDataSourceInjectionBeanId, performDAOTest |
Methods inherited from class org.silverpeas.DataSetTest |
---|
getActualDataSet, getApplicationContext, getConnection, getDataSet, getDataSource, getTableIndexFor, getTableIndexForId, getTableRowFor, getTableRowsFor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderDAOTest()
Method Detail |
---|
public void testCreateOrder() throws Exception
Exception
public void testGetAllOrderDetail() throws Exception
Exception
public void testUpdateOrder() throws Exception
Exception
public void testUpdateOrderRow() throws Exception
Exception
public void testGetAllOrders() throws Exception
Exception
public void testGetOrder() throws Exception
Exception
public void testGetAllOrdersToDelete() throws Exception
Exception
public void testDeleteOrder() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |