Class AbstractNoNamespaceValidation
java.lang.Object
org.projectnessie.versioned.tests.AbstractNoNamespaceValidation
@ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class)
public abstract class AbstractNoNamespaceValidation
extends Object
Verifies that namespace validation, if disabled, is not effective.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.projectnessie.versioned.VersionStorestore()
-
Field Details
-
soft
protected org.assertj.core.api.SoftAssertions soft
-
-
Constructor Details
-
AbstractNoNamespaceValidation
public AbstractNoNamespaceValidation()
-
-
Method Details
-
store
protected abstract org.projectnessie.versioned.VersionStore store()
-