Class RssAtomGenerationTest

java.lang.Object
org.bloomreach.forge.feed.RssAtomGenerationTest

public class RssAtomGenerationTest extends Object
  • Constructor Details

    • RssAtomGenerationTest

      public RssAtomGenerationTest()
  • Method Details

    • 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, org.bloomreach.forge.feed.api.FeedType type, Object... context)