com.silverpeas.social.dao
Class SocialNetworkServiceLinkedInTest

java.lang.Object
  extended by com.silverpeas.social.dao.SocialNetworkServiceLinkedInTest

@ContextConfiguration(locations="/spring-socialnetwork.xml")
@TransactionConfiguration(transactionManager="jpaTransactionManager")
public class SocialNetworkServiceLinkedInTest
extends Object

Author:
lbertin

Constructor Summary
SocialNetworkServiceLinkedInTest()
           
 
Method Summary
 void generalSetUp()
           
 void testReadByPrimaryKeyDeletedUser()
           
 void testReadByPrimaryKeyUnexistingUser()
           
 void testReadByPrimaryKeyValidUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialNetworkServiceLinkedInTest

public SocialNetworkServiceLinkedInTest()
Method Detail

generalSetUp

public void generalSetUp()
                  throws Exception
Throws:
Exception

testReadByPrimaryKeyUnexistingUser

@Transactional
public void testReadByPrimaryKeyUnexistingUser()
                                        throws Exception
Throws:
Exception

testReadByPrimaryKeyValidUser

@Transactional
public void testReadByPrimaryKeyValidUser()
                                   throws Exception
Throws:
Exception

testReadByPrimaryKeyDeletedUser

@Transactional
public void testReadByPrimaryKeyDeletedUser()
                                     throws Exception
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.