Class TestGenerator

java.lang.Object
dev.orne.test.rnd.AbstractGenerator
dev.orne.test.rnd.TestGenerator
All Implemented Interfaces:
Generator

@Priority(100) public class TestGenerator extends AbstractGenerator
Implementation of Generator for tests.
Since:
0.1
Version:
1.0, 2022-10
Author:
(w) Iker Hernaez
  • Field Details

  • Constructor Details

    • TestGenerator

      public TestGenerator()
      Creates a new instance.
  • Method Details

    • supports

      public boolean supports(@NotNull @NotNull Class<?> type)
    • defaultValue

      @NotNull public <T> T defaultValue(@NotNull @NotNull Class<T> type)
    • randomValue

      @NotNull public <T> T randomValue(@NotNull @NotNull Class<T> type)