Interface ITestFile

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

public interface ITestFile
extends ITestContainer
A representation of the model object 'Test File'.

The following features are supported:

See Also:
IRuntimePackage.getTestFile()
  • Method Details

    • getInsertionOrder

      int getInsertionOrder()
      Returns the value of the 'Insertion Order' attribute.

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

      Returns:
      the value of the 'Insertion Order' attribute.
      See Also:
      setInsertionOrder(int), IRuntimePackage.getTestFile_InsertionOrder()
    • setInsertionOrder

      void setInsertionOrder​(int value)
      Sets the value of the 'Insertion Order' attribute.
      Parameters:
      value - the new value of the 'Insertion Order' attribute.
      See Also:
      getInsertionOrder()