Package io.trino.tempto.context
Interface ContextRunnable<T>
public interface ContextRunnable<T>
Interface for invocation of tests in dsl defined context.
-
Method Summary
-
Method Details
-
run
Method invoked in given context T- Parameters:
context- context generated byContextProvider.setup()
-