Uses of Interface
io.trino.tempto.context.TestContextCloseCallback
Packages that use TestContextCloseCallback
-
Uses of TestContextCloseCallback in io.trino.tempto.context
Methods in io.trino.tempto.context with parameters of type TestContextCloseCallbackModifier and TypeMethodDescriptionvoidTestContext.registerCloseCallback(TestContextCloseCallback callback) Registers a callback that will be executed onTestContextclose. -
Uses of TestContextCloseCallback in io.trino.tempto.internal.context
Methods in io.trino.tempto.internal.context with parameters of type TestContextCloseCallbackModifier and TypeMethodDescriptionvoidGuiceTestContext.registerCloseCallback(TestContextCloseCallback callback)