Package org.projectnessie.client.ext
Interface NessieClientFactory
-
public interface NessieClientFactoryInterface 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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description NessieApiVersionapiVersion()default org.projectnessie.client.api.NessieApiV1make()org.projectnessie.client.api.NessieApiV1make(NessieClientCustomizer customizer)
-
-
-
Method Detail
-
apiVersion
NessieApiVersion apiVersion()
-
make
@Nonnull @Nonnull default org.projectnessie.client.api.NessieApiV1 make()
-
make
@Nonnull @Nonnull org.projectnessie.client.api.NessieApiV1 make(NessieClientCustomizer customizer)
-
-