Class AbstractConverterUnitTest
- java.lang.Object
-
- de.hybris.platform.converters.impl.AbstractConverterUnitTest
-
@UnitTest public class AbstractConverterUnitTest extends java.lang.Object
For testingAbstractConverter, especially it's optimizations forinjected beans and collection conversion.
-
-
Constructor Summary
Constructors Constructor Description AbstractConverterUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidemptyCollectionConvertAll()voidsetUp()voidtestBeanSetupErrors()voidtestConvertAll()voidtestConvertAllIgnoreExceptions()voidtestConvertAllIgnoringThrownExceptions()voidtestConvertAllThrowingException()voidtestMockitoVsConverters()voidtestMockitoVsConverterSanityCheck()voidtestUsingBean()voidtestUsingInjectedClass()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testMockitoVsConverterSanityCheck
public void testMockitoVsConverterSanityCheck()
-
testMockitoVsConverters
public void testMockitoVsConverters()
-
testUsingBean
public void testUsingBean() throws java.lang.Exception- Throws:
java.lang.Exception
-
testUsingInjectedClass
public void testUsingInjectedClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
testBeanSetupErrors
public void testBeanSetupErrors() throws java.lang.Exception- Throws:
java.lang.Exception
-
emptyCollectionConvertAll
public void emptyCollectionConvertAll()
-
testConvertAll
public void testConvertAll()
-
testConvertAllIgnoreExceptions
public void testConvertAllIgnoreExceptions()
-
testConvertAllThrowingException
public void testConvertAllThrowingException()
-
testConvertAllIgnoringThrownExceptions
public void testConvertAllIgnoringThrownExceptions()
-
-