Class AbstractDiff
java.lang.Object
org.projectnessie.versioned.tests.AbstractNestedVersionStore
org.projectnessie.versioned.tests.AbstractDiff
- Direct Known Subclasses:
AbstractVersionStoreTestBase.Diff
@ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class)
public abstract class AbstractDiff
extends AbstractNestedVersionStore
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.assertj.core.api.SoftAssertionsstatic final OnRefOnlystatic final OnRefOnlystatic final org.projectnessie.model.IcebergTablestatic final OnRefOnlystatic final OnRefOnlystatic final org.projectnessie.model.IcebergTablestatic final OnRefOnlyFields inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
store -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDiff(org.projectnessie.versioned.VersionStore store) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected voidMethods 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 -
V_1
-
V_2
-
V_2_A
-
V_3
-
V_1_A
-
V_12
public static final org.projectnessie.model.IcebergTable V_12 -
V_22
public static final org.projectnessie.model.IcebergTable V_22
-
-
Constructor Details
-
AbstractDiff
protected AbstractDiff(org.projectnessie.versioned.VersionStore store)
-
-
Method Details
-
checkDiffDifferentContents
@Test protected void checkDiffDifferentContents() throws org.projectnessie.versioned.VersionStoreException- Throws:
org.projectnessie.versioned.VersionStoreException
-
checkDiffRename
@Test protected void checkDiffRename() throws org.projectnessie.versioned.VersionStoreException- Throws:
org.projectnessie.versioned.VersionStoreException
-
checkDiffDropAndCreate
@Test protected void checkDiffDropAndCreate() throws org.projectnessie.versioned.VersionStoreException- Throws:
org.projectnessie.versioned.VersionStoreException
-
checkDiffReadd
@Test protected void checkDiffReadd() throws org.projectnessie.versioned.VersionStoreException- Throws:
org.projectnessie.versioned.VersionStoreException
-
checkDiff
@Test protected void checkDiff() throws org.projectnessie.versioned.VersionStoreException- Throws:
org.projectnessie.versioned.VersionStoreException
-