public class AutoCloseableCache_Test
extends java.lang.Object
| Constructor and Description |
|---|
AutoCloseableCache_Test() |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheCallsFailWhenDisposed() |
void |
cacheCanCloseBeforeGet() |
void |
cacheCanCloseItemsEarly() |
void |
cacheDisposesAllItemsExactlyOnce() |
void |
returnsSameInstanceWhenCalledTwice() |
public void returnsSameInstanceWhenCalledTwice()
throws java.lang.Exception
java.lang.Exceptionpublic void cacheDisposesAllItemsExactlyOnce()
throws java.lang.Exception
java.lang.Exceptionpublic void cacheCanCloseItemsEarly()
throws java.lang.Exception
java.lang.Exceptionpublic void cacheCanCloseBeforeGet()
throws java.lang.Exception
java.lang.Exceptionpublic void cacheCallsFailWhenDisposed()
throws java.lang.Exception
java.lang.Exception