Class AbstractNamespaceValidation
java.lang.Object
org.projectnessie.versioned.tests.AbstractNestedVersionStore
org.projectnessie.versioned.tests.AbstractNamespaceValidation
- Direct Known Subclasses:
AbstractVersionStoreTestBase.NamespaceValidation
@ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class)
public abstract class AbstractNamespaceValidation
extends AbstractNestedVersionStore
-
Field Summary
FieldsFields inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
store -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractNamespaceValidation(org.projectnessie.versioned.VersionStore store) -
Method Summary
Methods inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
assertCommitMeta, commit, commit, commit, commit, commit, commitsList, commitsListMap, contentsWithoutId, contentWithoutId, contentWithoutId, contentWithoutId, delete, diffsWithoutContentId, filterMainBranch, forceCommit, operationsWithoutContentId, put, storageCheckpoint, store, unchanged
-
Field Details
-
soft
protected org.assertj.core.api.SoftAssertions soft
-
-
Constructor Details
-
AbstractNamespaceValidation
protected AbstractNamespaceValidation(org.projectnessie.versioned.VersionStore store)
-