org.jvnet.hudson.test
Annotation Type WithoutJenkins


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

An annotation for test methods that do not require the JenkinsRule/HudsonTestCase to create and tear down the jenkins instance.



Copyright © 2004-2013. All Rights Reserved.