org.kuali.rice.test.data
Annotation Type UnitTestFile
@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface UnitTestFile
Annotation for a single SQL file (and delimiter) containing a list of statements to be run before a method, set of tests,
 or testing suite.
- Author:
 
  - Kuali Rice Team (rice.collab@kuali.org)
 
 
 
filename
public abstract String filename
 
delimiter
public abstract String delimiter
 
- Default:
 - ";"
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.