Uses of Class
com.carrotsearch.randomizedtesting.CloseableResourceInfo
-
Packages that use CloseableResourceInfo Package Description com.carrotsearch.randomizedtesting -
-
Uses of CloseableResourceInfo in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting with type parameters of type CloseableResourceInfo Modifier and Type Field Description private java.util.EnumMap<LifecycleScope,java.util.List<CloseableResourceInfo>>
RandomizedContext. disposableResources
Disposable resources.Method parameters in com.carrotsearch.randomizedtesting with type arguments of type CloseableResourceInfo Modifier and Type Method Description (package private) void
RandomizedContext. closeResources(ObjectProcedure<CloseableResourceInfo> consumer, LifecycleScope scope)
Dispose of any resources registered in the given scope.
-