Annotation Interface ApplySeed


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ApplySeed
When used with the SharedRandomExtension on a test method, it will inject the specified seed value and use it rather than any other configured value.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    long
    The configured seed value.
  • Element Details

    • value

      long value
      The configured seed value.
      Returns:
      the configured seed value.