Searched refs:ce2 (Results 1 – 1 of 1) sorted by relevance
33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null); in testConstructorConnection() local34 assertSame(ce2.getSource(),ce.getSource()); in testConstructorConnection()41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null); in testGetSQLException() local43 assertEquals(ce2.getSQLException(), ce.getSQLException()); in testGetSQLException()48 assertNotSame(ce3.getSQLException(), ce2.getSQLException()); in testGetSQLException()