Class Resource<T>
- java.lang.Object
-
- org.saynotobugs.confidence.junit5.engine.resource.Resource<T>
-
- All Implemented Interfaces:
org.dmfs.jems2.Fragile<WithResource.Resource<T>,java.lang.Exception>
public final class Resource<T> extends java.lang.Object implements org.dmfs.jems2.Fragile<WithResource.Resource<T>,java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WithResource.Resource<T>value()
-
-
-
Method Detail
-
value
public WithResource.Resource<T> value() throws java.lang.Exception
- Specified by:
valuein interfaceorg.dmfs.jems2.Fragile<WithResource.Resource<T>,java.lang.Exception>- Throws:
java.lang.Exception
-
-