Class TestUtil


  • public class TestUtil
    extends java.lang.Object
    Author:
    Ulf Lilleengen, gjoranv
    • Constructor Summary

      Constructors 
      Constructor Description
      TestUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String joinLines​(java.lang.CharSequence... lines)  
      static org.w3c.dom.Element parse​(java.lang.String... xmlLines)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestUtil

        public TestUtil()
    • Method Detail

      • parse

        public static org.w3c.dom.Element parse​(java.lang.String... xmlLines)
        Parameters:
        xmlLines - XML with " replaced with '
      • joinLines

        public static java.lang.String joinLines​(java.lang.CharSequence... lines)