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 Details

    • soft

      protected org.assertj.core.api.SoftAssertions soft
  • Constructor Details

    • AbstractCommits

      protected AbstractCommits(org.projectnessie.versioned.VersionStore store)
  • Method Details

    • commitToBranch

      @Test public void commitToBranch() throws Exception
      Throws:
      Exception
    • commitSomeOperations

      @Test public void commitSomeOperations() throws Exception
      Throws:
      Exception
    • commitNonConflictingOperations

      @Test public void commitNonConflictingOperations() throws Exception
      Throws:
      Exception
    • commitConflictingOperations

      @Test public void commitConflictingOperations() throws Exception
      Throws:
      Exception
    • forceCommitConflictingOperations

      @Test public void forceCommitConflictingOperations() throws Exception
      Throws:
      Exception
    • commitDuplicateValues

      @Test public void commitDuplicateValues() throws Exception
      Throws:
      Exception
    • commitWithInvalidBranch

      @Test public void commitWithInvalidBranch()
    • commitWithUnknownReference

      @Test public void commitWithUnknownReference() throws org.projectnessie.versioned.ReferenceNotFoundException, org.projectnessie.versioned.ReferenceAlreadyExistsException
      Throws:
      org.projectnessie.versioned.ReferenceNotFoundException
      org.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.ReferenceNotFoundException
      org.projectnessie.versioned.ReferenceConflictException
      org.projectnessie.versioned.ReferenceAlreadyExistsException