Interface ITest

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IStackTraceContainer, ITestEntity, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
Test

public interface ITest extends ITestEntity, IStackTraceContainer
A representation of the model object 'Test'.

The following features are supported:

See Also:
  • Method Details

    • getDurationLimit

      long getDurationLimit()
      Returns the value of the 'Duration Limit' attribute. The default value is "-1".

      If the meaning of the 'Duration Limit' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Duration Limit' attribute.
      See Also:
    • setDurationLimit

      void setDurationLimit(long value)
      Sets the value of the 'Duration Limit' attribute.
      Parameters:
      value - the new value of the 'Duration Limit' attribute.
      See Also: