Class CustomStepsSeparated


  • public class CustomStepsSeparated
    extends java.lang.Object
    Author:
    Bogdan Bocancea
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()  
      java.lang.String getExpected()  
      void setContent​(java.lang.String content)  
      void setExpected​(java.lang.String expected)  
      • Methods inherited from class java.lang.Object

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

      • CustomStepsSeparated

        public CustomStepsSeparated()
    • Method Detail

      • getExpected

        public java.lang.String getExpected()
      • setExpected

        public void setExpected​(java.lang.String expected)
      • getContent

        public java.lang.String getContent()
      • setContent

        public void setContent​(java.lang.String content)