Class TestPlanWriter


  • public class TestPlanWriter
    extends java.lang.Object
    Utility class for writing a test plan as a property file.
    Author:
    Bruno Dillenseger
    • Constructor Detail

      • TestPlanWriter

        public TestPlanWriter​(java.io.OutputStream out)
    • Method Detail

      • write2prop

        public static void write2prop​(java.io.OutputStream out,
                                      java.util.Map<java.lang.String,​ClifDeployDefinition> testPlan)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • flush

        public void flush()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • write2prop

        public void write2prop​(java.util.Map<java.lang.String,​ClifDeployDefinition> testPlan)
                        throws java.io.IOException
        Throws:
        java.io.IOException