Class AbstractCommits
- java.lang.Object
-
- org.projectnessie.versioned.tests.AbstractNestedVersionStore
-
- org.projectnessie.versioned.tests.AbstractCommits
-
- Direct Known Subclasses:
AbstractVersionStoreTestBase.Commits
@ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class) public abstract class AbstractCommits extends AbstractNestedVersionStore
-
-
Field Summary
Fields Modifier and Type Field Description protected org.assertj.core.api.SoftAssertionssoft-
Fields inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
store
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractCommits(org.projectnessie.versioned.VersionStore store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommitConflictingOperations()voidcommitDuplicateValues()voidcommitNonConflictingOperations()voidcommitSomeOperations()voidcommitToBranch()voidcommitWithInvalidBranch()voidcommitWithInvalidReference()voidcommitWithUnknownReference()voidforceCommitConflictingOperations()-
Methods inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
assertCommitMeta, commit, commit, commit, commit, commitsList, commitsListMap, contentsWithoutId, contentWithoutId, contentWithoutId, delete, diffsWithoutContentId, filterMainBranch, forceCommit, operationsWithoutContentId, put, store, unchanged
-
-
-
-
Method Detail
-
commitToBranch
@Test public void commitToBranch() throws java.lang.Exception- Throws:
java.lang.Exception
-
commitSomeOperations
@Test public void commitSomeOperations() throws java.lang.Exception- Throws:
java.lang.Exception
-
commitNonConflictingOperations
@Test public void commitNonConflictingOperations() throws java.lang.Exception- Throws:
java.lang.Exception
-
commitConflictingOperations
@Test public void commitConflictingOperations() throws java.lang.Exception- Throws:
java.lang.Exception
-
forceCommitConflictingOperations
@Test public void forceCommitConflictingOperations() throws java.lang.Exception- Throws:
java.lang.Exception
-
commitDuplicateValues
@Test public void commitDuplicateValues() throws java.lang.Exception- Throws:
java.lang.Exception
-
commitWithInvalidBranch
@Test public void commitWithInvalidBranch()
-
commitWithUnknownReference
@Test public void commitWithUnknownReference() throws org.projectnessie.versioned.ReferenceNotFoundException, org.projectnessie.versioned.ReferenceAlreadyExistsException- Throws:
org.projectnessie.versioned.ReferenceNotFoundExceptionorg.projectnessie.versioned.ReferenceAlreadyExistsException
-
commitWithInvalidReference
@Test public void commitWithInvalidReference() throws org.projectnessie.versioned.ReferenceNotFoundException, org.projectnessie.versioned.ReferenceConflictException, org.projectnessie.versioned.ReferenceAlreadyExistsException- Throws:
org.projectnessie.versioned.ReferenceNotFoundExceptionorg.projectnessie.versioned.ReferenceConflictExceptionorg.projectnessie.versioned.ReferenceAlreadyExistsException
-
-