Class StringChunk

    • Constructor Summary

      Constructors 
      Constructor Description
      StringChunk​(Model model, java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String compose()  
      java.lang.String toString()  
      • Methods inherited from class org.testng.mustache.BaseChunk

        p
      • Methods inherited from class java.lang.Object

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

      • StringChunk

        public StringChunk​(Model model,
                           java.lang.String string)
    • Method Detail

      • compose

        public java.lang.String compose()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object