Uses of Interface
io.trino.tempto.context.State
Packages that use State
Package
Description
-
Uses of State in io.trino.tempto.context
Methods in io.trino.tempto.context with parameters of type StateModifier and TypeMethodDescriptiondefault TestContextTestContext.createChildContext(State... states) Method parameters in io.trino.tempto.context with type arguments of type StateModifier and TypeMethodDescriptionTestContext.createChildContext(Iterable<State> states) Creates a new childTestContextwith newInjectorthat contains new states. -
Uses of State in io.trino.tempto.fulfillment
Methods in io.trino.tempto.fulfillment that return types with arguments of type State -
Uses of State in io.trino.tempto.fulfillment.table
Classes in io.trino.tempto.fulfillment.table that implement StateModifier and TypeClassDescriptionclassclassclass -
Uses of State in io.trino.tempto.internal.context
Method parameters in io.trino.tempto.internal.context with type arguments of type StateModifier and TypeMethodDescriptionGuiceTestContext.createChildContext(Iterable<State> newStatesIterable) GuiceTestContext.createChildContext(Iterable<State> newStatesIterable, Iterable<com.google.inject.Module> overrideModules) -
Uses of State in io.trino.tempto.internal.fulfillment.command
Methods in io.trino.tempto.internal.fulfillment.command that return types with arguments of type State -
Uses of State in io.trino.tempto.internal.fulfillment.resources
Classes in io.trino.tempto.internal.fulfillment.resources that implement StateModifier and TypeClassDescriptionclassclassclassMethods in io.trino.tempto.internal.fulfillment.resources that return types with arguments of type StateModifier and TypeMethodDescriptionSuiteResourceFulfiller.fulfill(Set<Requirement> requirements) TestResourceFulfiller.fulfill(Set<Requirement> requirements) -
Uses of State in io.trino.tempto.internal.fulfillment.table
Methods in io.trino.tempto.internal.fulfillment.table that return types with arguments of type StateModifier and TypeMethodDescriptionTableRequirementFulfiller.fulfill(Set<Requirement> requirements) -
Uses of State in io.trino.tempto.query
Classes in io.trino.tempto.query that implement StateModifier and TypeClassDescriptionclassContains configuration required to connect to a JDBC server.