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 org.kuali.student.common.test.spring.AbstractTransactionalDaoTest


Field Summary
 org.kuali.student.lum.lu.dao.LuDao dao
           
private static SimpleDateFormat DF
           
 
Fields inherited from class org.kuali.student.common.test.spring.AbstractTransactionalDaoTest
em
 
Constructor Summary
TestLuDaoImpl()
           
 
Method Summary
private  org.kuali.student.lum.lu.entity.MembershipQuery createMembershipQuery()
           
 void testCreateClu()
           
 void testCreateCluLoRelation()
           
 void testCreateMembershipQuery_Complex()
           
 void testCreateMembershipQuery_Simple()
           
 void testGetCluLoRelationTypeInfo()
           
 void testGetLuLuRelationTypeInfo()
           
 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 org.kuali.student.lum.lu.dao.LuDao dao

DF

private static final SimpleDateFormat DF
Constructor Detail

TestLuDaoImpl

public TestLuDaoImpl()
Method Detail

testGetLuLuRelationTypeInfo

public void testGetLuLuRelationTypeInfo()

testGetCluLoRelationTypeInfo

public void testGetCluLoRelationTypeInfo()
                                  throws org.kuali.student.core.exceptions.DoesNotExistException
Throws:
org.kuali.student.core.exceptions.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 org.kuali.student.lum.lu.entity.MembershipQuery createMembershipQuery()


Copyright © 2010 The Kuali Foundation. All rights reserved.