Class IngestStep

    • Constructor Detail

      • IngestStep

        public IngestStep​(World world)
    • Method Detail

      • a_sip_named

        @Given("^un fichier SIP nomm\u00e9 (.*)$")
        public void a_sip_named​(java.lang.String fileName)
        define a sip
        Parameters:
        fileName - name of a sip
      • build_the_attachenment_by_systemid

        @When("je construit le sip de rattachement avec le template")
        public void build_the_attachenment_by_systemid()
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • build_the_attachenment_by_key_value

        @When("j\'utilise le template et construit un sip de rattachement avec comme nom et valeur de m\u00e9tadonn\u00e9e (.*) et (.*)$")
        public void build_the_attachenment_by_key_value​(java.lang.String metadataName,
                                                        java.lang.String metadataValue)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • build_the_attachenment_to_existing_object_group

        @When("je construit le SIP de rattachement au groupe d\'objet existant avec le template")
        public void build_the_attachenment_to_existing_object_group()
                                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • use_test_set_from_sip

        @Given("^les donn\u00e9es du jeu de test du SIP nomm\u00e9 (.*)")
        public void use_test_set_from_sip​(java.lang.String fileName)
        Execute an ingest OK and saves the operationId in test set map.
        Parameters:
        fileName - name of a sip
      • afterScenario

        public void afterScenario()
                           throws java.io.IOException
        Throws:
        java.io.IOException