org.agileclick.genorm.unittest
Class QueryDataDriver

java.lang.Object
  extended by org.depunit.DataDriver
      extended by org.agileclick.genorm.unittest.QueryDataDriver

public class QueryDataDriver
extends org.depunit.DataDriver


Constructor Summary
QueryDataDriver()
           
 
Method Summary
 java.util.Map<java.lang.String,? extends java.lang.Object> getNextDataSet()
           
 boolean hasNextDataSet()
           
 void reset()
           
 void setQueryFile(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryDataDriver

public QueryDataDriver()
Method Detail

setQueryFile

public void setQueryFile(java.lang.String file)
                  throws java.lang.Exception
Throws:
java.lang.Exception

reset

public void reset()
Specified by:
reset in class org.depunit.DataDriver

hasNextDataSet

public boolean hasNextDataSet()
Specified by:
hasNextDataSet in class org.depunit.DataDriver

getNextDataSet

public java.util.Map<java.lang.String,? extends java.lang.Object> getNextDataSet()
Specified by:
getNextDataSet in class org.depunit.DataDriver