Class TestResourcesState

java.lang.Object
io.trino.tempto.internal.fulfillment.resources.ResourcesState
io.trino.tempto.internal.fulfillment.resources.TestResourcesState
All Implemented Interfaces:
State, AutoCloseable

public class TestResourcesState extends ResourcesState
  • Constructor Details

    • TestResourcesState

      public TestResourcesState()
  • Method Details

    • closeAfterTest

      public static <T extends AutoCloseable> T closeAfterTest(T resource)