org.silverpeas.resourcemanager.services
Class ReservedResourceServiceTest

java.lang.Object
  extended by org.silverpeas.resourcemanager.services.ReservedResourceServiceTest

@ContextConfiguration(locations={"/spring-resource-manager-datasource.xml","/spring-resource-manager.xml"})
@Transactional
@TransactionConfiguration(transactionManager="jpaTransactionManager")
public class ReservedResourceServiceTest
extends Object

Author:
ehugonnet

Constructor Summary
ReservedResourceServiceTest()
           
 
Method Summary
 void generalSetUp()
           
static void prepareDataset()
           
 void testFindAllReservedResourcesOfReservation()
          Test of findAllReservedResourcesWithProblem method, of class ReservedResourceService.
 void testFindAllReservedResourcesWithProblem()
          Test of findAllReservedResourcesWithProblem method, of class ReservedResourceService.
 void testGetReservedResource()
          Test of getReservedResource method, of class ReservedResourceService.
 void testUpdate()
          Test of update method, of class ReservedResourceService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservedResourceServiceTest

public ReservedResourceServiceTest()
Method Detail

prepareDataset

public static void prepareDataset()
                           throws Exception
Throws:
Exception

generalSetUp

public void generalSetUp()
                  throws Exception
Throws:
Exception

testGetReservedResource

public void testGetReservedResource()
Test of getReservedResource method, of class ReservedResourceService.


testUpdate

public void testUpdate()
Test of update method, of class ReservedResourceService.


testFindAllReservedResourcesOfReservation

public void testFindAllReservedResourcesOfReservation()
Test of findAllReservedResourcesWithProblem method, of class ReservedResourceService.


testFindAllReservedResourcesWithProblem

public void testFindAllReservedResourcesWithProblem()
Test of findAllReservedResourcesWithProblem method, of class ReservedResourceService.



Copyright © 2016 Silverpeas. All Rights Reserved.