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, UnitTestType
private static final int TEST_SIZE
private static final int BLOCK_SIZE
private static MarkedLimitInputStream setup(byte[] data) throws java.lang.Exception
java.lang.Exception
private static void writeDos(java.io.InputStream x, java.io.DataOutputStream out) throws java.lang.Exception
java.lang.Exception
private static MarkedLimitInputStream makeMLIS(byte[] b) throws java.lang.Exception
java.lang.Exception
private static boolean readAndCompare(MarkedLimitInputStream mlis, byte[] x) throws java.lang.Exception
java.lang.Exception
private static boolean readAndCompareChunks(MarkedLimitInputStream mlis, byte[] x) throws java.lang.Exception
java.lang.Exception
private static boolean skipAndCompare(MarkedLimitInputStream mlis, byte[] x, long skipTo) throws java.lang.Exception
java.lang.Exception
public java.lang.String getModuleToTestProtocolName()
getModuleToTestProtocolName
in class T_Generic
protected void runTests() throws java.lang.Exception
T_Generic
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.