org.promotego.dao.hibernate
Class HibernateAddressDaoTest

java.lang.Object
  extended by org.promotego.dao.interfaces.AddressDaoTest
      extended by org.promotego.dao.hibernate.HibernateAddressDaoTest

public class HibernateAddressDaoTest
extends AddressDaoTest


Field Summary
 
Fields inherited from class org.promotego.dao.interfaces.AddressDaoTest
m_addressDao, m_addresses
 
Constructor Summary
HibernateAddressDaoTest()
           
 
Method Summary
 void eclipseDummyTest()
          A test that gets eclipse to recognize this as a junit test.
 org.promotego.dao.interfaces.AddressDao getInstance()
           
 void setUpChild()
           
 void tearDownChild()
           
 
Methods inherited from class org.promotego.dao.interfaces.AddressDaoTest
createAddressList, createAndGetAddress, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateAddressDaoTest

public HibernateAddressDaoTest()
Method Detail

tearDownChild

public void tearDownChild()
Overrides:
tearDownChild in class AddressDaoTest

setUpChild

public void setUpChild()
Overrides:
setUpChild in class AddressDaoTest

getInstance

public org.promotego.dao.interfaces.AddressDao getInstance()
Specified by:
getInstance in class AddressDaoTest

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.