org.kuali.rice.test.data
Annotation Type UnitTestSql


@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface UnitTestSql

Annotation for a single SQL Statement to be run before a method, set of tests, or testing suite.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.