Class Scenario


  • public class Scenario
    extends java.lang.Object
    Scenario representation.
    Since:
    1.0.0
    Author:
    Erhan Bagdemir
    • Constructor Summary

      Constructors 
      Constructor Description
      Scenario​(java.lang.String description, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.reflect.Method getMethod()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Scenario

        public Scenario​(java.lang.String description,
                        java.lang.reflect.Method method)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
        Returns:
        The method instance.
      • getDescription

        public java.lang.String getDescription()
        Returns:
        The description.
      • toString

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