Class RssAtomGenerationTest


  • public class RssAtomGenerationTest
    extends Object
    • Constructor Detail

      • RssAtomGenerationTest

        public RssAtomGenerationTest()
    • Method Detail

      • testRssChannelGeneration

        public void testRssChannelGeneration()
                                      throws Exception
        Throws:
        Exception
      • testReflectionUtils

        public void testReflectionUtils()
                                 throws Exception
        Throws:
        Exception
      • convertObject

        public static <T> T convertObject​(T destination,
                                          Object source,
                                          FeedType type,
                                          Object... context)