Class AbstractConverterUnitTest

java.lang.Object
de.hybris.platform.converters.impl.AbstractConverterUnitTest

@UnitTest public class AbstractConverterUnitTest extends Object
For testing AbstractConverter, especially it's optimizations for <lookup-method> injected beans and collection conversion.
  • Constructor Details

    • AbstractConverterUnitTest

      public AbstractConverterUnitTest()
  • Method Details

    • testMockitoVsConverterSanityCheck

      public void testMockitoVsConverterSanityCheck()
    • testMockitoVsConverters

      public void testMockitoVsConverters()
    • testUsingBean

      public void testUsingBean() throws Exception
      Throws:
      Exception
    • testUsingInjectedClass

      public void testUsingInjectedClass() throws Exception
      Throws:
      Exception
    • testBeanSetupErrors

      public void testBeanSetupErrors() throws Exception
      Throws:
      Exception
    • emptyCollectionConvertAll

      public void emptyCollectionConvertAll()
    • testConvertAll

      public void testConvertAll()
    • testConvertAllIgnoreExceptions

      public void testConvertAllIgnoreExceptions()
    • testConvertAllThrowingException

      public void testConvertAllThrowingException()
    • testConvertAllIgnoringThrownExceptions

      public void testConvertAllIgnoringThrownExceptions()