Package net.hydromatic.sqllogictest
Class SltTestFile
- java.lang.Object
-
- net.hydromatic.sqllogictest.SltTestFile
-
public class SltTestFile extends Object
Represents the data from a .test file from the SqlLogicTest test framework.
-
-
Field Summary
Fields Modifier and Type Field Description List<ISqlTestOperation>fileContents
-
Constructor Summary
Constructors Constructor Description SltTestFile(String testFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTestCount()voidparse(ExecutionOptions options)StringtoString()
-
-
-
Field Detail
-
fileContents
public final List<ISqlTestOperation> fileContents
-
-
Constructor Detail
-
SltTestFile
public SltTestFile(String testFile) throws IOException
- Throws:
IOException
-
-
Method Detail
-
parse
public void parse(ExecutionOptions options) throws IOException
- Throws:
IOException
-
getTestCount
public int getTestCount()
-
-