Package io.debezium.jdbc
Class JdbcConnectionTest
- java.lang.Object
-
- io.debezium.jdbc.JdbcConnectionTest
-
public class JdbcConnectionTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classJdbcConnectionTest.NormalConnectionprivate static classJdbcConnectionTest.RogueConnectionprivate static classJdbcConnectionTest.TimingOutConnection
-
Constructor Summary
Constructors Constructor Description JdbcConnectionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestForceClose()voidtestNormalClose()voidtestRogueConnection()
-
-
-
Method Detail
-
testNormalClose
public void testNormalClose() throws SQLException- Throws:
SQLException
-
testForceClose
public void testForceClose() throws SQLException- Throws:
SQLException
-
testRogueConnection
public void testRogueConnection() throws SQLException- Throws:
SQLException
-
-