Class LocMapTest


  • @UnitTest
    public class LocMapTest
    extends java.lang.Object
    Localized values map using ConcurrentHashMap internally but masking NULL, which ConcurrentHashMap is not able to.
    • Constructor Summary

      Constructors 
      Constructor Description
      LocMapTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testMaskingNull()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocMapTest

        public LocMapTest()
    • Method Detail

      • testMaskingNull

        public void testMaskingNull()