org.kuali.student.lum.lu.dao.impl
Class TestLuDaoImpl

java.lang.Object
  extended by org.kuali.student.common.test.spring.AbstractTransactionalDaoTest
      extended by org.kuali.student.lum.lu.dao.impl.TestLuDaoImpl

public class TestLuDaoImpl
extends AbstractTransactionalDaoTest


Field Summary
 LuDao dao
           
private static SimpleDateFormat DF
           
 
Fields inherited from class org.kuali.student.common.test.spring.AbstractTransactionalDaoTest
em
 
Constructor Summary
TestLuDaoImpl()
           
 
Method Summary
private  MembershipQuery createMembershipQuery()
           
 void testCreateClu()
           
 void testCreateCluLoRelation()
           
 void testCreateMembershipQuery_Complex()
           
 void testCreateMembershipQuery_Simple()
           
 void testGetCluLoRelationTypeInfo()
           
 void testGetLuLuRelationTypeInfo()
           
 void testJPQL()
           
 void testVersionQueries()
           
 
Methods inherited from class org.kuali.student.common.test.spring.AbstractTransactionalDaoTest
preLoadBeans, preLoadData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dao

public LuDao dao

DF

private static final SimpleDateFormat DF
Constructor Detail

TestLuDaoImpl

public TestLuDaoImpl()
Method Detail

testJPQL

public void testJPQL()

testGetLuLuRelationTypeInfo

public void testGetLuLuRelationTypeInfo()

testGetCluLoRelationTypeInfo

public void testGetCluLoRelationTypeInfo()
                                  throws DoesNotExistException
Throws:
DoesNotExistException

testCreateCluLoRelation

public void testCreateCluLoRelation()
                             throws Exception
Throws:
Exception

testCreateMembershipQuery_Simple

public void testCreateMembershipQuery_Simple()
                                      throws Exception
Throws:
Exception

testCreateMembershipQuery_Complex

public void testCreateMembershipQuery_Complex()
                                       throws Exception
Throws:
Exception

testCreateClu

public void testCreateClu()
                   throws Exception
Throws:
Exception

testVersionQueries

public void testVersionQueries()
                        throws Exception
Throws:
Exception

createMembershipQuery

private MembershipQuery createMembershipQuery()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.