Class SchemaRegistryTest
java.lang.Object
io.debezium.connector.spanner.db.metadata.SchemaRegistryTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) voidtestInit()(package private) void(package private) void(package private) void
-
Constructor Details
-
SchemaRegistryTest
SchemaRegistryTest()
-
-
Method Details
-
testInit
@Test void testInit() throws com.google.cloud.spanner.SpannerException- Throws:
com.google.cloud.spanner.SpannerException
-
testGetWatchedTable
@Test void testGetWatchedTable() -
testGetAllTables
@Test void testGetAllTables() -
testCheckSchema
@Test void testCheckSchema() -
testUpdateAndPublish
@Test void testUpdateAndPublish() throws com.google.cloud.spanner.SpannerException- Throws:
com.google.cloud.spanner.SpannerException
-
testUpdateSchema
@Test void testUpdateSchema() throws com.google.cloud.spanner.SpannerException- Throws:
com.google.cloud.spanner.SpannerException
-
testUpdateSchemaFromStaleTimeStampFromCheckSchema
@Test void testUpdateSchemaFromStaleTimeStampFromCheckSchema()
-