Class AbstractRestContents

    • Constructor Detail

      • AbstractRestContents

        public AbstractRestContents()
    • Method Detail

      • verifyAllContentAndOperationTypes

        @Test
        public void verifyAllContentAndOperationTypes()
                                               throws org.projectnessie.error.BaseNessieClientServerException
        Throws:
        org.projectnessie.error.BaseNessieClientServerException
      • verifyContentAndOperationTypesIndividually

        @ParameterizedTest
        @MethodSource("contentAndOperationTypes")
        public void verifyContentAndOperationTypesIndividually​(AbstractRestContents.ContentAndOperationType contentAndOperationType)
                                                        throws org.projectnessie.error.BaseNessieClientServerException
        Throws:
        org.projectnessie.error.BaseNessieClientServerException
      • multiget

        @Test
        public void multiget()
                      throws org.projectnessie.error.BaseNessieClientServerException
        Throws:
        org.projectnessie.error.BaseNessieClientServerException
      • icebergMetadataScenario

        @ParameterizedTest
        @MethodSource("icebergMetadataScenarios")
        public void icebergMetadataScenario​(java.lang.String name,
                                            java.util.List<org.projectnessie.model.Content> contents)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception