it.openutils.testing
Annotation Type DbUnitFeature


public @interface DbUnitFeature

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

Version:
$Id: DbUnitFeature.java 1108 2009-03-28 18:00:22Z fgiust $
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 © 2009 Openmind. All Rights Reserved.