
com.carrotsearch.randomizedtesting.annotations.Name Maven / Gradle / Ivy
package com.carrotsearch.randomizedtesting.annotations;
import java.lang.annotation.*;
/**
* Used to annotate constructor parameters for parameterized tests.
*
* @see ParametersFactory
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER})
public @interface Name {
public String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy