Class YamlFileTest

java.lang.Object
test.de.iip_ecosphere.platform.support.YamlFileTest

public class YamlFileTest extends Object
Tests YamlFile.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • YamlFileTest

      public YamlFileTest()
  • Method Details

    • testYamlFile

      public void testYamlFile() throws IOException
      Tests YamlFile.
      Throws:
      IOException - shall not occur
    • testYamlFileSpring

      public void testYamlFileSpring() throws IOException
      Tests YamlFile with a Spring setup.
      Throws:
      IOException - shall not occur
    • testFixList

      public void testFixList()
      Tests YamlFile.fixList(List, Class) and YamlFile.fixListSafe(List, Class).
    • testGetMap

      public void testGetMap()
      Tests YamlFile.getMap(Map, String...).
    • testOverwrite

      public void testOverwrite()
      Tests YamlFile.overwrite(Object, Class, Map).