Class Groovy

    • Field Detail

      • m_ConditionObject

        protected transient AbstractTestCondition m_ConditionObject
        the loaded script object.
      • m_InlineScript

        protected GroovyScript m_InlineScript
        the inline script.
    • Constructor Detail

      • Groovy

        public Groovy()
    • Method Detail

      • getDefaultInlineScript

        protected GroovyScript getDefaultInlineScript()
        Returns the default inline script.
        Returns:
        the default script
      • setInlineScript

        public void setInlineScript​(GroovyScript value)
        Sets the inline script to use instead of the external script file.
        Parameters:
        value - the inline script
      • getInlineScript

        public GroovyScript getInlineScript()
        Gets the inline script to use instead of the external script file.
        Returns:
        the inline script
      • inlineScriptTipText

        public String inlineScriptTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the explorer/experimenter gui