Class AbstractCommits

    • Field Detail

      • soft

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

      • AbstractCommits

        protected AbstractCommits​(org.projectnessie.versioned.VersionStore store)
    • 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.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