public static final class SimpleDdlParserListener.EventAssert extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.relational.ddl.DdlParserListener.Event |
actual |
| Constructor and Description |
|---|
EventAssert(io.debezium.relational.ddl.DdlParserListener.Event actual) |
public EventAssert(io.debezium.relational.ddl.DdlParserListener.Event actual)
public SimpleDdlParserListener.EventAssert ddlMatches(String expected)
public SimpleDdlParserListener.EventAssert ddlStartsWith(String expected)
public SimpleDdlParserListener.EventAssert ddlContains(String expected)
protected io.debezium.relational.ddl.DdlParserListener.TableEvent tableEvent()
protected io.debezium.relational.ddl.DdlParserListener.TableAlteredEvent alterTableEvent()
public SimpleDdlParserListener.EventAssert tableNameIs(String expected)
public SimpleDdlParserListener.EventAssert tableIs(io.debezium.relational.TableId expected)
public SimpleDdlParserListener.EventAssert ofType(io.debezium.relational.ddl.DdlParserListener.EventType expected)
public SimpleDdlParserListener.EventAssert createTableNamed(String tableName)
public SimpleDdlParserListener.EventAssert alterTableNamed(String tableName)
public SimpleDdlParserListener.EventAssert renamedFrom(String oldName)
public SimpleDdlParserListener.EventAssert dropTableNamed(String tableName)
public SimpleDdlParserListener.EventAssert createViewNamed(String viewName)
public SimpleDdlParserListener.EventAssert alterViewNamed(String viewName)
public SimpleDdlParserListener.EventAssert dropViewNamed(String viewName)
public SimpleDdlParserListener.EventAssert isView()
public SimpleDdlParserListener.EventAssert isNotView()
public SimpleDdlParserListener.EventAssert createTable()
public SimpleDdlParserListener.EventAssert alterTable()
public SimpleDdlParserListener.EventAssert dropTable()
public SimpleDdlParserListener.EventAssert createIndex()
public SimpleDdlParserListener.EventAssert dropIndex()
Copyright © 2016 JBoss by Red Hat. All rights reserved.