|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.domains.silverpeasdriver.SPUserDaoTest
@ContextConfiguration(locations={"classpath:/spring-domains-embbed-datasource.xml","classpath:/spring-domains.xml"})
@TransactionConfiguration(transactionManager="jpaTransactionManager")
@Transactional
@DirtiesContext
public class SPUserDaoTest
| Constructor Summary | |
|---|---|
SPUserDaoTest()
|
|
| Method Summary | |
|---|---|
void |
generalSetUp()
|
void |
testFindByCompany()
Test of findByCompany method, of class SPUserDao. |
void |
testFindByFirstname()
Test of findByFirstname method, of class SPUserDao. |
void |
testFindByLastname()
Test of findByLastname method, of class SPUserDao. |
void |
testFindByPhone()
Test of findByPhone method, of class SPUserDao. |
void |
testFindByPosition()
Test of findByPosition method, of class SPUserDao. |
void |
testNewUserWithInvalidPassword()
|
void |
testNewValidUser()
|
void |
testReadByPrimaryKey()
Test of findByFirstname method, of class SPUserDao. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SPUserDaoTest()
| Method Detail |
|---|
public void generalSetUp()
throws Exception
Exceptionpublic void testNewValidUser()
public void testNewUserWithInvalidPassword()
public void testReadByPrimaryKey()
public void testFindByFirstname()
public void testFindByLastname()
public void testFindByPhone()
public void testFindByCompany()
public void testFindByPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||