Uses of Interface
io.trino.tempto.context.TestContext
Packages that use TestContext
Package
Description
-
Uses of TestContext in io.trino.tempto.context
Methods in io.trino.tempto.context that return TestContextModifier and TypeMethodDescriptiondefault TestContextTestContext.createChildContext(State... states) TestContext.createChildContext(Iterable<State> states) Creates a new childTestContextwith newInjectorthat contains new states.static TestContextThreadLocalTestContextHolder.popTestContext()static TestContextThreadLocalTestContextHolder.testContext()Methods in io.trino.tempto.context that return types with arguments of type TestContextModifier and TypeMethodDescriptionstatic TestContextStack<TestContext>ThreadLocalTestContextHolder.popAllTestContexts()static Optional<TestContext>ThreadLocalTestContextHolder.testContextIfSet()Methods in io.trino.tempto.context with parameters of type TestContextModifier and TypeMethodDescriptionstatic voidThreadLocalTestContextHolder.pushTestContext(TestContext testContext) static voidTestContextDsl.runWithTestContext(TestContext testContext, Runnable runnable) voidTestContextCloseCallback.testContextClosed(TestContext testContext) Method parameters in io.trino.tempto.context with type arguments of type TestContextModifier and TypeMethodDescriptionstatic voidThreadLocalTestContextHolder.pushAllTestContexts(TestContextStack<? extends TestContext> testContextStack) -
Uses of TestContext in io.trino.tempto.internal
Methods in io.trino.tempto.internal with parameters of type TestContextModifier and TypeMethodDescriptionObject[]ReflectionInjectorHelper.getMethodArguments(TestContext testContext, Method method) -
Uses of TestContext in io.trino.tempto.internal.context
Classes in io.trino.tempto.internal.context with type parameters of type TestContextClasses in io.trino.tempto.internal.context that implement TestContext -
Uses of TestContext in io.trino.tempto.query
Constructors in io.trino.tempto.query with parameters of type TestContextModifierConstructorDescriptionJdbcQueryExecutor(JdbcConnectivityParamsState jdbcParamsState, JdbcConnectionsPool jdbcConnectionsPool, TestContext testContext)