Class SerializationTest

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @UnitTest
    @ContextConfiguration(locations="classpath:/servicelayer/test/servicelayer-mock-base-test.xml")
    public class SerializationTest
    extends MockTest
    • Field Summary

      • Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

        applicationContext, logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testBase64Perf()  
      void testBase64Size()  
      void testPerformance()  
      void testSize()  
      • Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

        setApplicationContext
      • Methods inherited from class java.lang.Object

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

      • SerializationTest

        public SerializationTest()
    • Method Detail

      • testSize

        public void testSize()
      • testPerformance

        public void testPerformance()
      • testBase64Size

        public void testBase64Size()
      • testBase64Perf

        public void testBase64Perf()