Class AbstractContents
java.lang.Object
org.projectnessie.versioned.tests.AbstractNestedVersionStore
org.projectnessie.versioned.tests.AbstractContents
- Direct Known Subclasses:
AbstractVersionStoreTestBase.Contents
@ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class)
public abstract class AbstractContents
extends AbstractNestedVersionStore
-
Field Summary
FieldsFields inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
store -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractContents(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
-
AbstractContents
protected AbstractContents(org.projectnessie.versioned.VersionStore store)
-
-
Method Details
-
getValueForEmptyBranch
@Test public void getValueForEmptyBranch() throws org.projectnessie.versioned.ReferenceNotFoundException, org.projectnessie.versioned.ReferenceAlreadyExistsException- Throws:
org.projectnessie.versioned.ReferenceNotFoundExceptionorg.projectnessie.versioned.ReferenceAlreadyExistsException
-