| org.geotools.arcsde.pool.ArcSDEConnectionPoolTest
ArcSDEConnectionPoolTest | public class ArcSDEConnectionPoolTest extends TestCase (Code) | | Tests de functionality of a pool of ArcSDE connection objects over a live
ArcSDE database
author: Gabriel Roldan, Axios Engineering version: $Id: ArcSDEConnectionPoolTest.java 27863 2007-11-12 20:34:34Z desruisseaux $ |
ArcSDEConnectionPoolTest | public ArcSDEConnectionPoolTest(String name)(Code) | | Creates a new ArcSDEConnectionPoolTest object.
Parameters: name - DOCUMENT ME! |
setUp | protected void setUp() throws Exception(Code) | | loads
test-data/testparams.properties to get connection parameters and
sets up a ArcSDEConnectionConfig with them for tests to set up ArcSDEConnectionPool's
as requiered
throws: Exception - DOCUMENT ME! throws: IllegalStateException - DOCUMENT ME! |
tearDown | protected void tearDown() throws Exception(Code) | | closes the connection pool if it's still open
throws: Exception - DOCUMENT ME! |
testConnect | public void testConnect() throws IOException(Code) | | tests that a connection to a live ArcSDE database can be established
with the parameters defined int testparams.properties, and a
ArcSDEConnectionPool can be properly setted up
throws: IOException - DOCUMENT ME! |
|
|