Annotation Interface RandomCapitalizationSource


@Target({ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) @Documented @ArgumentsSource(RandomCapitalizationArgumentsProvider.class) public @interface RandomCapitalizationSource
RandomCapitalizationSource is an ArgumentsSource that provides values having random capitalization of a given input for use in parameterized tests.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    The type of capitalization to provide.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The value which will be randomly capitalized.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The desired number of randomly capitalized values to provide.
    The type of capitalized values to provide.