Class TestStore


  • public class TestStore
    extends Object
    These tests assume that there is a working LaBB-CAT instance with the latest version of nzilbb.labbcat.server.jar installed.
    • Constructor Detail

      • TestStore

        public TestStore()
    • Method Detail

      • deleteTranscriptNotExists

        public void deleteTranscriptNotExists()
                                       throws Exception
        Throws:
        Exception
      • saveParticipantDeleteParticipant

        public void saveParticipantDeleteParticipant()
                                              throws Exception
        Throws:
        Exception
      • saveTranscript

        public void saveTranscript()
                            throws Exception
        Test transcript attributes can be saved
        Throws:
        Exception
      • saveDeleteMedia

        public void saveDeleteMedia()
                             throws Exception
        Test transcript media can be saved and deleted
        Throws:
        Exception
      • saveDeleteEpisodeDocument

        public void saveDeleteEpisodeDocument()
                                       throws Exception
        Test episode document can be saved and deleted.
        Throws:
        Exception
      • getDir

        public File getDir()
        Getter for fDir: Directory for text files.
        Returns:
        Directory for text files.
      • setDir

        public void setDir​(File fNewDir)
        Setter for fDir: Directory for text files.
        Parameters:
        fNewDir - Directory for text files.
      • main

        public static void main​(String[] args)