Uses of Class
io.trino.testing.TestingConnectorBehavior
-
Packages that use TestingConnectorBehavior Package Description io.trino.testing -
-
Uses of TestingConnectorBehavior in io.trino.testing
Methods in io.trino.testing that return TestingConnectorBehavior Modifier and Type Method Description static TestingConnectorBehaviorTestingConnectorBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static TestingConnectorBehavior[]TestingConnectorBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.testing with parameters of type TestingConnectorBehavior Modifier and Type Method Description protected voidBaseConnectorTest. assertWriteNotAllowedInTransaction(TestingConnectorBehavior behavior, String sql)protected booleanBaseConnectorSmokeTest. hasBehavior(TestingConnectorBehavior connectorBehavior)protected booleanBaseConnectorTest. hasBehavior(TestingConnectorBehavior connectorBehavior)
-