Interface ResourceSupplier<R>

  • All Superinterfaces:
    java.lang.AutoCloseable, org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource, java.util.function.Supplier<R>

    public interface ResourceSupplier<R>
    extends java.lang.AutoCloseable, org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource, java.util.function.Supplier<R>
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void close()  
      • Methods inherited from interface java.util.function.Supplier

        get
    • Method Detail

      • close

        default void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource