com.khubla.pragmatach.dbtestsuite
Class AbstractPersistenceTest

java.lang.Object
  extended by com.khubla.pragmatach.dbtestsuite.AbstractPersistenceTest

public abstract class AbstractPersistenceTest
extends Object

Author:
tome

Constructor Summary
AbstractPersistenceTest()
           
 
Method Summary
abstract  Set<Configuration> getConfigurations()
          get the configs
abstract  DAO<ExamplePOJO,Long> getDAO()
          get the DAO implementation
 void setupClass()
          for the class
 void testAllDatabaseConfigurations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPersistenceTest

public AbstractPersistenceTest()
Method Detail

getConfigurations

public abstract Set<Configuration> getConfigurations()
get the configs


getDAO

public abstract DAO<ExamplePOJO,Long> getDAO()
get the DAO implementation


setupClass

public void setupClass()
for the class


testAllDatabaseConfigurations

public void testAllDatabaseConfigurations()


Copyright © 2014 khubla.com. All rights reserved.