Class ServiceBasedValueObjectConverterTest

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

    @ContextConfiguration
    @TestExecutionListeners(WithSecurityContextTestExecutionListener.class)
    public class ServiceBasedValueObjectConverterTest
    extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
    • Constructor Detail

      • ServiceBasedValueObjectConverterTest

        public ServiceBasedValueObjectConverterTest()
    • Method Detail

      • setUp

        public void setUp()
      • tearDown

        public void tearDown()
      • testConvertEntityFromId

        public void testConvertEntityFromId()
      • testConvertEntitiesFromIds

        public void testConvertEntitiesFromIds()
      • testConvertSingleEntity

        @WithMockUser
        public void testConvertSingleEntity()
      • testConvertSingleEntityById

        public void testConvertSingleEntityById()
      • testConvertSingleEntityToSuperType

        @WithMockUser
        public void testConvertSingleEntityToSuperType()
      • testConvertSingleEntityFromSubType

        @WithMockUser
        public void testConvertSingleEntityFromSubType()
      • testConvertCollection

        @WithMockUser
        public void testConvertCollection()
      • testConvertCollectionToListSuperType

        @WithMockUser
        public void testConvertCollectionToListSuperType()
      • testConvertCollectionOfIds

        public void testConvertCollectionOfIds()
      • testConvertCollectionToSuperType

        @WithMockUser
        public void testConvertCollectionToSuperType()
      • testConvertNullEntity

        public void testConvertNullEntity()
      • testConvertUnknownType

        public void testConvertUnknownType()