com.silverpeas.scheduleevent.service.model.dao
Class ScheduleEventDaoTest

java.lang.Object
  extended by com.silverpeas.scheduleevent.service.model.dao.ScheduleEventDaoTest

public class ScheduleEventDaoTest
extends Object


Constructor Summary
ScheduleEventDaoTest()
           
 
Method Summary
 void bootstrapTestContext()
           
 void createANewScheduleEvent()
           
 void deleteAScheduleEvent()
           
 void emptyTest()
           
 void getAnExistingScheduleEvent()
           
 void getAnUnexistingScheduleEvent()
           
protected  org.dbunit.dataset.IDataSet getDataSet()
           
protected  DataSource getDataSource()
           
 void listScheduleEventsForAnExistingContributor()
           
 void listScheduleEventsForAnUnexistingContributor()
           
 void removeResponsesOfAGivenUser()
           
 void shutdownTestContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleEventDaoTest

public ScheduleEventDaoTest()
Method Detail

bootstrapTestContext

public void bootstrapTestContext()
                          throws Exception
Throws:
Exception

shutdownTestContext

public void shutdownTestContext()
                         throws Exception
Throws:
Exception

getDataSet

protected org.dbunit.dataset.IDataSet getDataSet()
                                          throws Exception
Throws:
Exception

getDataSource

protected DataSource getDataSource()

emptyTest

public void emptyTest()

createANewScheduleEvent

public void createANewScheduleEvent()
                             throws Exception
Throws:
Exception

listScheduleEventsForAnExistingContributor

public void listScheduleEventsForAnExistingContributor()

listScheduleEventsForAnUnexistingContributor

public void listScheduleEventsForAnUnexistingContributor()

getAnExistingScheduleEvent

public void getAnExistingScheduleEvent()

getAnUnexistingScheduleEvent

public void getAnUnexistingScheduleEvent()

deleteAScheduleEvent

public void deleteAScheduleEvent()
                          throws Exception
Throws:
Exception

removeResponsesOfAGivenUser

public void removeResponsesOfAGivenUser()


Copyright © 2016 Silverpeas. All Rights Reserved.