Uses of Enum Class
io.trino.testing.TestingConnectorBehavior
Packages that use TestingConnectorBehavior
-
Uses of TestingConnectorBehavior in io.trino.testing
Methods in io.trino.testing that return TestingConnectorBehaviorModifier and TypeMethodDescriptionstatic TestingConnectorBehaviorReturns the enum constant of this class with the specified name.static TestingConnectorBehavior[]TestingConnectorBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.testing with parameters of type TestingConnectorBehaviorModifier and TypeMethodDescriptionprotected voidBaseConnectorTest.assertWriteNotAllowedInTransaction(TestingConnectorBehavior behavior, String sql) protected booleanBaseConnectorSmokeTest.hasBehavior(TestingConnectorBehavior connectorBehavior) Make sure to group related behaviours together in the order and grouping they are declared inTestingConnectorBehavior.protected booleanBaseConnectorTest.hasBehavior(TestingConnectorBehavior connectorBehavior) Make sure to group related behaviours together in the order and grouping they are declared inTestingConnectorBehavior.