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 class
TestChecker.Discrepancy
static class
TestChecker.EndOfResult
static class
TestChecker.EndOfTest
static class
TestChecker.LineDiff
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EOF
static java.lang.String
PRECISE
static java.lang.String
REGEXP
static java.lang.String
SHELLMATCH
-
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.PrintWriter
getResultWriter()
boolean
isEcho()
void
recoverUnlessDone()
void
resultDone()
void
setEcho(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
-
-