org.promotego.dao.hibernate
Class HibernateLocationDaoTest

java.lang.Object
  extended by org.promotego.dao.interfaces.LocationDaoTest
      extended by org.promotego.dao.hibernate.HibernateLocationDaoTest

public class HibernateLocationDaoTest
extends LocationDaoTest


Field Summary
 
Fields inherited from class org.promotego.dao.interfaces.LocationDaoTest
m_locationDao, m_locations
 
Constructor Summary
HibernateLocationDaoTest()
           
 
Method Summary
 void eclipseDummyTest()
          A test that gets eclipse to recognize this as a junit test.
 org.promotego.dao.interfaces.LocationDao getInstance()
           
 void tearDownChild()
           
 
Methods inherited from class org.promotego.dao.interfaces.LocationDaoTest
createAndGetLocation, createLocationList, findLocationsNear, setUp, setUpChild, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateLocationDaoTest

public HibernateLocationDaoTest()
Method Detail

getInstance

public org.promotego.dao.interfaces.LocationDao getInstance()
Specified by:
getInstance in class LocationDaoTest

tearDownChild

public void tearDownChild()
Overrides:
tearDownChild in class LocationDaoTest

eclipseDummyTest

public void eclipseDummyTest()
A test that gets eclipse to recognize this as a junit test. Eclipse doesn't seem to like the combination of Junit 4 + abstract test pattern. Apparently the class has to have at least one test case, and doesn't count inherited test cases.



Copyright © 2007. All Rights Reserved.