Interface Resource<T>

All Superinterfaces:
org.dmfs.jems2.Fragile<ResourceHandle<T>,Exception>
All Known Implementing Classes:
Derived, Initialized, LazyResource, org.saynotobugs.confidence.junit5.engine.ResourceComposition, SystemOut, TempDir

public interface Resource<T> extends org.dmfs.jems2.Fragile<ResourceHandle<T>,Exception>
A test resource.

You almost certainly should not implement this interface directly but compose your resource using Derived, Initialized and/or LazyResource instead.

  • Method Summary

    Modifier and Type
    Method
    Description