Package es.bsc.dataclay.dbhandler
Class DbHandlerCommonTester
- java.lang.Object
-
- es.bsc.dataclay.dbhandler.DbHandlerCommonTester
-
public class DbHandlerCommonTester extends Object
-
-
Constructor Summary
Constructors Constructor Description DbHandlerCommonTester(DBHandler thetestDb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
testDelete()
boolean
testStoreAndGet()
boolean
testUpdate()
-
-
-
Constructor Detail
-
DbHandlerCommonTester
public DbHandlerCommonTester(DBHandler thetestDb)
- Parameters:
thetestDb
- Database to be tested
-
-