it.openutils.testing
Annotation Type DbUnitProperty


public @interface DbUnitProperty

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

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

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

key

public abstract java.lang.String key
Property key.

Default:
""

value

public abstract java.lang.String value
Property value.

Default:
""


Copyright © 2005-2009 Openmind. All Rights Reserved.