org.promotego.dao.interfaces
Class LocationTypeDaoTest

java.lang.Object
  extended by org.promotego.dao.interfaces.LocationTypeDaoTest
Direct Known Subclasses:
HibernateLocationTypeDaoTest

public abstract class LocationTypeDaoTest
extends java.lang.Object


Field Summary
protected  org.promotego.dao.interfaces.LocationTypeDao m_locationTypeDao
           
protected  java.util.List<org.promotego.beans.LocationType> m_locationTypes
           
 
Constructor Summary
LocationTypeDaoTest()
           
 
Method Summary
 void createAndGetLocation()
           
 void createLocationList()
           
abstract  org.promotego.dao.interfaces.LocationTypeDao getInstance()
           
 void setUp()
           
 void setUpChild()
           
 void tearDown()
           
 void tearDownChild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_locationTypes

protected java.util.List<org.promotego.beans.LocationType> m_locationTypes

m_locationTypeDao

protected org.promotego.dao.interfaces.LocationTypeDao m_locationTypeDao
Constructor Detail

LocationTypeDaoTest

public LocationTypeDaoTest()
Method Detail

setUp

public final void setUp()

setUpChild

public void setUpChild()

tearDown

public final void tearDown()

tearDownChild

public void tearDownChild()

getInstance

public abstract org.promotego.dao.interfaces.LocationTypeDao getInstance()

createAndGetLocation

public void createAndGetLocation()

createLocationList

public void createLocationList()


Copyright © 2007. All Rights Reserved.