Class Step


  • public class Step
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.lang.String,​java.util.ArrayList<java.lang.String>> testSteps  
    • Constructor Summary

      Constructors 
      Constructor Description
      Step()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      void setValue​(java.lang.String value)  
      static void STEP​(java.lang.String stepValue)  
      • Methods inherited from class java.lang.Object

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

      • testSteps

        public static java.util.Map<java.lang.String,​java.util.ArrayList<java.lang.String>> testSteps
    • Constructor Detail

      • Step

        public Step()
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • STEP

        public static void STEP​(java.lang.String stepValue)