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
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
-
Method Details
-
value
- Specified by:
valuein interfaceorg.dmfs.jems2.Fragile<ResourceHandle<T>,Exception> - Throws:
Exception
-