T
public class ScopedObject<T> extends Object implements Supplier<T>, org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource
This is useful for parameter providers.
void
close()
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void close() throws Throwable
close
org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource
Throwable
public T get()
get
Supplier<T>
Copyright © 2021 Eclipse. All rights reserved.