Class VetData


public final class VetData extends TestDatabase
Utility class for creation of Vet data in the test database, to be used in integration tests.
  • Constructor Details

    • VetData

      public VetData()
  • Method Details

    • create

      @NonNull public Vet create(@NonNull String fullName, @NonNull String... specialtyNames)