Interface BackendTestFactory


  • public interface BackendTestFactory
    • Method Detail

      • createNewBackend

        org.projectnessie.versioned.storage.common.persist.Backend createNewBackend()
                                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        void start()
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stop

        void stop()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getName

        java.lang.String getName()