public class ByteBufferConverterTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.converters.ByteBufferConverter |
converter |
private static byte[] |
SAMPLE_BYTES |
private static String |
TOPIC |
| Constructor and Description |
|---|
ByteBufferConverterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldConvertFromConnectData() |
void |
shouldConvertFromConnectDataForOptionalBytesSchema() |
void |
shouldConvertFromConnectDataWithoutSchema() |
void |
shouldConvertNullFromConnectData() |
void |
shouldConvertToConnectData() |
void |
shouldConvertToConnectDataForNullValue() |
void |
shouldThrowWhenConvertNonByteSchemaFromConnectData() |
void |
shouldThrowWhenConvertRawByteArrayFromConnectData() |
private static final String TOPIC
private static final byte[] SAMPLE_BYTES
private io.debezium.converters.ByteBufferConverter converter
public void setUp()
public void shouldConvertFromConnectData()
public void shouldConvertFromConnectDataForOptionalBytesSchema()
public void shouldConvertFromConnectDataWithoutSchema()
public void shouldConvertNullFromConnectData()
public void shouldThrowWhenConvertNonByteSchemaFromConnectData()
public void shouldThrowWhenConvertRawByteArrayFromConnectData()
public void shouldConvertToConnectData()
public void shouldConvertToConnectDataForNullValue()
Copyright © 2019 JBoss by Red Hat. All rights reserved.