| Modifier and Type | Field and Description |
|---|---|
private static int |
BLOCK_SIZE |
private static int |
TEST_SIZE |
out, shortModuleToTestName, startParams| Constructor and Description |
|---|
T_MarkedLimitInputStream() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModuleToTestProtocolName()
Methods required by T_Generic
|
private static MarkedLimitInputStream |
makeMLIS(byte[] b) |
private static boolean |
readAndCompare(MarkedLimitInputStream mlis,
byte[] x) |
private static boolean |
readAndCompareChunks(MarkedLimitInputStream mlis,
byte[] x) |
protected void |
runTests()
Run the test.
|
private static MarkedLimitInputStream |
setup(byte[] data) |
private static boolean |
skipAndCompare(MarkedLimitInputStream mlis,
byte[] x,
long skipTo) |
private static void |
writeDos(java.io.InputStream x,
java.io.DataOutputStream out) |
boot, Execute, FAIL, PASS, REPORT, stop, UnitTestDuration, UnitTestTypeprivate static final int TEST_SIZE
private static final int BLOCK_SIZE
private static MarkedLimitInputStream setup(byte[] data) throws java.lang.Exception
java.lang.Exceptionprivate static void writeDos(java.io.InputStream x,
java.io.DataOutputStream out)
throws java.lang.Exception
java.lang.Exceptionprivate static MarkedLimitInputStream makeMLIS(byte[] b) throws java.lang.Exception
java.lang.Exceptionprivate static boolean readAndCompare(MarkedLimitInputStream mlis, byte[] x) throws java.lang.Exception
java.lang.Exceptionprivate static boolean readAndCompareChunks(MarkedLimitInputStream mlis, byte[] x) throws java.lang.Exception
java.lang.Exceptionprivate static boolean skipAndCompare(MarkedLimitInputStream mlis, byte[] x, long skipTo) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getModuleToTestProtocolName()
getModuleToTestProtocolName in class T_Genericprotected void runTests()
throws java.lang.Exception
T_GenericApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.