Package io.trino.tempto.context
Class ContextDsl
java.lang.Object
io.trino.tempto.context.ContextDsl
Helper class used for execution of instances of
ContextRunnable with context generated
by ContextProvider.setup()-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidexecuteWith(ContextProvider<T> provider, ContextRunnable<T> runnable)
-
Method Details
-
executeWith
-