| |
|
| util.PersMap
PersMap | public class PersMap extends TestCase (Code) | | Tests the SegmentedResourceBundle
version: 1.0 |
Constructor Summary | |
public | PersMap(String name) Konstruktor zum Erzeugen eines TestCase. |
PersMap | public PersMap(String name)(Code) | | Konstruktor zum Erzeugen eines TestCase.
Parameters: name - a String value |
deleteStatement | public void deleteStatement() throws Exception(Code) | | Test setting the deleteStatement
exception: Exception - if an error occurs |
insertStatement | public void insertStatement() throws Exception(Code) | | Test setting the insertStatement
exception: Exception - if an error occurs |
loadStatement | public void loadStatement() throws Exception(Code) | | Test setting the loadStatement
exception: Exception - if an error occurs |
modifyAndRemove | public void modifyAndRemove() throws Exception(Code) | | Test modifying and removing map values. If (exactly) one
connection supports batch commands, test for both connections.
exception: Exception - if an error occurs |
nullString | public void nullString() throws Exception(Code) | | Testing null and "" distinction.
exception: Exception - if an error occurs |
setConnection | public void setConnection() throws Exception(Code) | | Test setting of connections.
This includes support of (two) parallel connections.
exception: Exception - if an error occurs |
setSValueMax | public void setSValueMax() throws Exception(Code) | | Test setting of maximum svalue
exception: Exception - if an error occurs |
storeAndLoad | public void storeAndLoad() throws Exception(Code) | | Test storing an reloading of a map. If (exactly) one
connection supports batch commands, test for both connections.
exception: Exception - if an error occurs |
suite | public static Test suite() throws Exception(Code) | | Assembling the test suite
a Test value exception: Exception - if an error occurs |
updateStatement | public void updateStatement() throws Exception(Code) | | Test setting the updateStatement
exception: Exception - if an error occurs |
|
|
|