org.promotego.dao.hibernate
Class HibernateValidationRecordDaoTest

java.lang.Object
  extended by org.promotego.dao.interfaces.ValidationRecordDaoTest
      extended by org.promotego.dao.hibernate.HibernateValidationRecordDaoTest

public class HibernateValidationRecordDaoTest
extends ValidationRecordDaoTest


Field Summary
 
Fields inherited from class org.promotego.dao.interfaces.ValidationRecordDaoTest
m_validationRecordDao
 
Constructor Summary
HibernateValidationRecordDaoTest()
           
 
Method Summary
 void eclipseDummyTest()
          A test that gets eclipse to recognize this as a junit test.
 org.promotego.dao.interfaces.ValidationRecordDao getInstance()
           
 void tearDownChild()
           
 
Methods inherited from class org.promotego.dao.interfaces.ValidationRecordDaoTest
createAndGetRecord, setUp, setUpChild, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateValidationRecordDaoTest

public HibernateValidationRecordDaoTest()
Method Detail

tearDownChild

public void tearDownChild()
Overrides:
tearDownChild in class ValidationRecordDaoTest

getInstance

public org.promotego.dao.interfaces.ValidationRecordDao getInstance()
Specified by:
getInstance in class ValidationRecordDaoTest

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.