Class RowMapperTest
- java.lang.Object
-
- io.debezium.connector.oracle.logminer.RowMapperTest
-
public class RowMapperTest extends Object
-
-
Constructor Summary
Constructors Constructor Description RowMapperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore()voidtestChangeTime()voidtestGetScn()voidtestGetTableId()voidtestGetTableIdWithVariedCase()voidtestGetTransactionId()voidtestOperationCode()voidtestSeqOwner()voidtestSqlRedo()voidtestTableName()
-
-
-
Field Detail
-
SCN_ONE
private static final io.debezium.connector.oracle.Scn SCN_ONE
-
rs
private ResultSet rs
-
skipRule
public org.junit.rules.TestRule skipRule
-
-
Method Detail
-
before
public void before()
-
testChangeTime
public void testChangeTime() throws SQLException- Throws:
SQLException
-
testOperationCode
public void testOperationCode() throws SQLException- Throws:
SQLException
-
testTableName
public void testTableName() throws SQLException- Throws:
SQLException
-
testSeqOwner
public void testSeqOwner() throws SQLException- Throws:
SQLException
-
testGetScn
public void testGetScn() throws SQLException- Throws:
SQLException
-
testGetTransactionId
public void testGetTransactionId() throws SQLException- Throws:
SQLException
-
testSqlRedo
public void testSqlRedo() throws SQLException- Throws:
SQLException
-
testGetTableId
public void testGetTableId() throws SQLException- Throws:
SQLException
-
testGetTableIdWithVariedCase
@FixFor("DBZ-2555") public void testGetTableIdWithVariedCase() throws SQLException
- Throws:
SQLException
-
-