Class TestUtil


  • public class TestUtil
    extends java.lang.Object
    The class contains some common functionality for tests.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestUtil()  
    • Constructor Detail

      • TestUtil

        public TestUtil()
    • Method Detail

      • createNewConverter

        public static <SOURCE,​TARGET> AbstractPopulatingConverter<SOURCE,​TARGET> createNewConverter​(java.lang.Class<TARGET> targetClass,
                                                                                                                Populator<SOURCE,​TARGET> populator)