org.eclipse.etrice.etunit.converter.Etunit
Interface TestsuitesType

All Known Implementing Classes:
TestsuitesTypeImpl

public interface TestsuitesType

A representation of the model object 'Testsuites Type'.

The following features are supported:

See Also:
EtunitPackage.getTestsuitesType()
EMF generated code
EMF model element
extendedMetaData="name='testsuites_._type' kind='elementOnly'"

Method Summary
  getTestsuite()
          Returns the value of the 'Testsuite' containment reference list.
 

Method Detail

getTestsuite

 getTestsuite()
Returns the value of the 'Testsuite' containment reference list. The list contents are of type TestsuiteType.

If the meaning of the 'Testsuite' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Testsuite' containment reference list.
See Also:
EtunitPackage.getTestsuitesType_Testsuite()
EMF generated code
EMF model element
containment="true" extendedMetaData="kind='element' name='testsuite' namespace='##targetNamespace'"