com.atlassian.cache.ehcache
Class ReferenceKeyTest

java.lang.Object
  extended by com.atlassian.cache.ehcache.ReferenceKeyTest

public class ReferenceKeyTest
extends Object


Constructor Summary
ReferenceKeyTest()
           
 
Method Summary
 void instancesShouldBeEqualAfterDeserializing()
           
 void noArgConstructorShouldBePrivateToPreventInstantiationByOtherClasses()
           
 void singletonShouldBeFinalToPreventReassignmentForExampleToNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceKeyTest

public ReferenceKeyTest()
Method Detail

noArgConstructorShouldBePrivateToPreventInstantiationByOtherClasses

public void noArgConstructorShouldBePrivateToPreventInstantiationByOtherClasses()
                                                                         throws Exception
Throws:
Exception

singletonShouldBeFinalToPreventReassignmentForExampleToNull

public void singletonShouldBeFinalToPreventReassignmentForExampleToNull()
                                                                 throws Exception
Throws:
Exception

instancesShouldBeEqualAfterDeserializing

public void instancesShouldBeEqualAfterDeserializing()


Copyright © 2014 Atlassian. All Rights Reserved.