org.kuali.rice.test.lifecycles
Class PerTestDataLoaderLifecycle
java.lang.Object
   org.kuali.rice.test.lifecycles.PerTestDataLoaderLifecycle
org.kuali.rice.test.lifecycles.PerTestDataLoaderLifecycle
- All Implemented Interfaces: 
- Lifecycle
- public class PerTestDataLoaderLifecycle 
- extends Object- implements Lifecycle
A lifecycle for loading SQL datasets based on the PerSuiteUnitTestData annotation. The individual SQL statements are
 loaded first, followed by the statements inside the files (files are loaded sequentially in the order listed in the
 annotation).
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PerTestDataLoaderLifecycle
public PerTestDataLoaderLifecycle(Method method)
isStarted
public boolean isStarted()
- 
- Specified by:
- isStartedin interface- Lifecycle
 
- 
 
start
public void start()
           throws Exception
- 
- Specified by:
- startin interface- Lifecycle
 
- 
- Throws:
- Exception
 
stop
public void stop()
          throws Exception
- 
- Specified by:
- stopin interface- Lifecycle
 
- 
- Throws:
- Exception
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.