Interface NessieClientFactory


  • public interface NessieClientFactory
    Interface for declaring parameters in test methods wishing to operate on a Nessie Client pre-configured to talk to the Nessie Server running in the current test environment.

    An implementation of this interface will be injected into test method parameters by NessieClientResolver.

    • Method Detail

      • make

        @Nonnull
        @Nonnull
        default org.projectnessie.client.api.NessieApiV1 make()
      • make

        @Nonnull
        @Nonnull
        org.projectnessie.client.api.NessieApiV1 make​(NessieClientCustomizer customizer)