Package deltix.qsrv.hf.tickdb.ui.tbshell
Class TestChecker
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.ui.tbshell.TestChecker
-
public class TestChecker extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestChecker.Discrepancystatic classTestChecker.EndOfResultstatic classTestChecker.EndOfTeststatic classTestChecker.LineDiff
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEOFstatic java.lang.StringPRECISEstatic java.lang.StringREGEXPstatic java.lang.StringSHELLMATCH
-
Constructor Summary
Constructors Constructor Description TestChecker(java.lang.String testId, java.io.LineNumberReader testReader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.PrintWritergetResultWriter()booleanisEcho()voidrecoverUnlessDone()voidresultDone()voidsetEcho(boolean echo)
-
-
-
Field Detail
-
EOF
public static final java.lang.String EOF
- See Also:
- Constant Field Values
-
REGEXP
public static final java.lang.String REGEXP
- See Also:
- Constant Field Values
-
SHELLMATCH
public static final java.lang.String SHELLMATCH
- See Also:
- Constant Field Values
-
PRECISE
public static final java.lang.String PRECISE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isEcho
public boolean isEcho()
-
setEcho
public void setEcho(boolean echo)
-
getResultWriter
public java.io.PrintWriter getResultWriter()
-
recoverUnlessDone
public void recoverUnlessDone() throws java.io.IOException- Throws:
java.io.IOException
-
resultDone
public void resultDone() throws java.io.IOException- Throws:
java.io.IOException
-
-