Package io.trino.tempto.context
Interface State
- All Known Implementing Classes:
ImmutableTablesState,JdbcConnectivityParamsState,MutableTablesState,ResourcesState,SuiteResourcesState,TablesState,TestResourcesState
public interface State
Marker interface of state objects produced by fulfillers.
-
Method Summary
-
Method Details
-
getName
Return name for state. If non-empty optional is returned State will be bound in TestContext with name annotation.- Returns:
- Name
-