it.openutils.testing
Annotation Type DbUnitFeature


public @interface DbUnitFeature

A DbUnit feature. See http://www.dbunit.org/properties.html

Version:
$Id: DbUnitFeature.java 1301 2009-08-25 09:41:04Z mmunaretto $
Author:
fgiust

Optional Element Summary
 java.lang.String key
          Property key.
 boolean value
          Property value.
 

key

public abstract java.lang.String key
Property key.

Default:
""

value

public abstract boolean value
Property value.

Default:
true


Copyright © 2005-2009 Openmind. All Rights Reserved.