public class ExternalResources
extends java.lang.Object
| Constructor and Description |
|---|
ExternalResources() |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.junit.rules.ExternalResource |
fromSupplier(java.util.function.Supplier<T> supplier) |
static org.junit.rules.ExternalResource |
of(java.lang.AutoCloseable closeable) |