TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.testprofile
Interface TPFTest

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, INamedElement, ITest, ITypedElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
TPFTestCase, TPFTestSuite
All Known Implementing Classes:
TPFTestCaseImpl, TPFTestImpl, TPFTestSuiteImpl

public interface TPFTest
extends CMNNamedElement, ITest

A representation of the model object 'TPF Test'.

See Also:
Common_TestprofilePackage.getTPFTest()
Generated
[EMF] Model
abstract="true"
[EMF] Extends
ITest A test is an abstract concept for TestSuite and Test Case. It enables the association of both concepts to a TestObjective, a TestExecutionResult and a Behavior. As such a Test has no semantic associated with it.

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 TPFBehavior getBehavior()
          Returns the value of the 'Behavior' containment reference.
 org.eclipse.emf.common.util.EList getTestObjectives()
          Returns the value of the 'Test Objectives' containment reference list.
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 void setBehavior(TPFBehavior value)
          Sets the value of the 'Behavior' containment reference
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.ITest
getImplementor, getVariables
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Specified by:
getType in interface ITypedElement
Returns:
the value of the 'Type' attribute.
See Also:
setType(String), Common_TestprofilePackage.getTPFTest_Type()
Generated
[EMF] Model

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Specified by:
setType in interface ITypedElement
Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated

getTestObjectives

org.eclipse.emf.common.util.EList getTestObjectives()
Returns the value of the 'Test Objectives' containment reference list. The list contents are of type TPFTestObjective. It is bidirectional and its opposite is 'Test'.

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

Returns:
the value of the 'Test Objectives' containment reference list.
See Also:
Common_TestprofilePackage.getTPFTest_TestObjectives(), TPFTestObjective.getTest()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.testprofile.TPFTestObjective" opposite="test" containment="true" required="true"

getBehavior

TPFBehavior getBehavior()
Returns the value of the 'Behavior' containment reference. It is bidirectional and its opposite is 'Test'.

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

Returns:
the value of the 'Behavior' containment reference.
See Also:
setBehavior(TPFBehavior), Common_TestprofilePackage.getTPFTest_Behavior(), TPFBehavior.getTest()
Generated
[EMF] Model
opposite="test" containment="true" required="true"

setBehavior

void setBehavior(TPFBehavior value)
Sets the value of the 'Behavior' containment reference.

Parameters:
value - the new value of the 'Behavior' containment reference.
See Also:
getBehavior()
Generated

TPTP 4.5.0 Platform Project
Public API Specification