Package io.debezium.connector.cassandra.transforms
-
Class Summary Class Description CassandraTypeConverterTest CassandraTypeDeserializerTest This class ONLY tests theCassandraTypeDeserializer.deserialize(AbstractType, ByteBuffer)method because theCassandraTypeDeserializer.deserialize(DataType, ByteBuffer)calls converts the DataType (which is already tested inCassandraTypeConverterTestclass) and then delegates to the AbstractType method.