Package io.debezium.connector.mysql
Class MySqlGeometryTest
- java.lang.Object
-
- io.debezium.connector.mysql.MySqlGeometryTest
-
public class MySqlGeometryTest extends Object
- Author:
- Omar Al-Safi
-
-
Constructor Summary
Constructors Constructor Description MySqlGeometryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldConvertMySqlBytesToGeomCollection()voidshouldConvertMySqlBytesToLine()voidshouldConvertMySqlBytesToMultiGeometry()voidshouldConvertMySqlBytesToPoint()voidshouldConvertMySqlBytesToPolygon()
-
-
-
Method Detail
-
shouldConvertMySqlBytesToPoint
public void shouldConvertMySqlBytesToPoint() throws Exception- Throws:
Exception
-
shouldConvertMySqlBytesToLine
public void shouldConvertMySqlBytesToLine() throws Exception- Throws:
Exception
-
shouldConvertMySqlBytesToPolygon
public void shouldConvertMySqlBytesToPolygon() throws Exception- Throws:
Exception
-
shouldConvertMySqlBytesToGeomCollection
public void shouldConvertMySqlBytesToGeomCollection() throws Exception- Throws:
Exception
-
-