FileDocCategorySizeDatePackage
ConnectionEventListenerTest.javaAPI DocAndroid 1.5 API1177Wed May 06 22:41:06 BST 2009tests.javax.sql

ConnectionEventListenerTest

public class ConnectionEventListenerTest extends TestCase

Fields Summary
Constructors Summary
Methods Summary
public voidtestConnectionClosed()

tests
{@link javax.sql.ConnectionEventListener#connectionClosed(javax.sql.ConnectionEvent)}

        fail("Not yet implemented"); // TODO
    
public voidtestConnectionErrorOccurred()

test
{@link javax.sql.ConnectionEventListener#connectionErrorOccurred(ConnectionEvent)}

        fail("Not yet implemented"); // TODO