Class Verbatim

java.lang.Object
org.jbehave.core.model.Verbatim

public class Verbatim extends Object
Represents a text content that needs to rendered verbatim, ie as it is laid out in the original textual representation.
     Some textual value
   where we preserve spaces
      and new lines
 
  • Constructor Details

    • Verbatim

      public Verbatim(String content)
  • Method Details