org.jvnet.hudson.test.recipes
Annotation Type PresetData


@Documented
@Recipe(value=PresetData.RunnerImpl.class)
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface PresetData

Runs a test case with one of the preset HUDSON_HOME data set.

Author:
Kohsuke Kawaguchi

Required Element Summary
 PresetData.DataSet value
          One of the preset data to choose from.
 

Element Detail

value

public abstract PresetData.DataSet value
One of the preset data to choose from.



Copyright © 2008. All Rights Reserved.