Package ninja.cache
Class CacheProviderTest
- java.lang.Object
-
- ninja.cache.CacheProviderTest
-
public class CacheProviderTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
thrown
-
Constructor Summary
Constructors Constructor Description CacheProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configuredImplementation()
void
defaultImplementation()
void
missingImplementationThrowsExceptionOnUseNotCreate()
void
verifySingletonProviderAndInstance()
-
-
-
Method Detail
-
defaultImplementation
public void defaultImplementation()
-
configuredImplementation
public void configuredImplementation()
-
missingImplementationThrowsExceptionOnUseNotCreate
public void missingImplementationThrowsExceptionOnUseNotCreate()
-
verifySingletonProviderAndInstance
public void verifySingletonProviderAndInstance()
-
-