Class SltTestFile


  • public class SltTestFile
    extends Object
    Represents the data from a .test file from the SqlLogicTest test framework.
    • Field Detail

      • fileContents

        public final List<ISqlTestOperation> fileContents
        A file is parsed into a list of operations: statements or queries.
    • Constructor Detail

      • SltTestFile

        public SltTestFile​(String testFile)
                    throws IOException
        Create a test file from the file with the specified name.
        Throws:
        IOException