| |
|
| org.axiondb.functional.TestBinaryStream
TestBinaryStream | public class TestBinaryStream extends TestCase (Code) | | Test the usage of varbinary datatypes.
author: Steven Harris |
Constructor Summary | |
public | TestBinaryStream(String testName) Constructor requiring the name of the test to be run. |
Method Summary | |
protected void | setUp() Fixture set up here. | public static Test | suite() Default suite() method discovers all tests. | protected void | tearDown() Clean up resources. | public void | testGetBinaryStream() setBinaryStream succeeds but getting the same value as a binary stream causes an
unexpected exception. |
CREATE_TABLE_SQL | final public static String CREATE_TABLE_SQL(Code) | | |
DROP_TABLE_SQL | final public static String DROP_TABLE_SQL(Code) | | |
INSERT_VALUES_SQL | final public static String INSERT_VALUES_SQL(Code) | | |
READ_BINVAL_SQL | final public static String READ_BINVAL_SQL(Code) | | |
TestBinaryStream | public TestBinaryStream(String testName)(Code) | | Constructor requiring the name of the test to be run.
Parameters: testName - the name of the test to be run |
suite | public static Test suite()(Code) | | Default suite() method discovers all tests.
|
testGetBinaryStream | public void testGetBinaryStream() throws Exception(Code) | | setBinaryStream succeeds but getting the same value as a binary stream causes an
unexpected exception.
|
|
|
|