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

    Modifier and Type
    Method
    Description
    default Optional<String>
    Return name for state.
  • Method Details

    • getName

      default Optional<String> getName()
      Return name for state. If non-empty optional is returned State will be bound in TestContext with name annotation.
      Returns:
      Name